Skip to content

Commit 4a7343f

Browse files
1 parent aff1376 commit 4a7343f

28 files changed

+46
-124
lines changed

src/Pubsub/Binding.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
class Binding extends \Google\Collection
2121
{
2222
protected $collection_key = 'members';
23-
/**
24-
* @var Expr
25-
*/
26-
public $condition;
2723
protected $conditionType = Expr::class;
2824
protected $conditionDataType = '';
2925
/**

src/Pubsub/CloudStorageConfig.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919

2020
class CloudStorageConfig extends \Google\Model
2121
{
22-
/**
23-
* @var AvroConfig
24-
*/
25-
public $avroConfig;
2622
protected $avroConfigType = AvroConfig::class;
2723
protected $avroConfigDataType = '';
2824
/**
@@ -49,10 +45,6 @@ class CloudStorageConfig extends \Google\Model
4945
* @var string
5046
*/
5147
public $state;
52-
/**
53-
* @var TextConfig
54-
*/
55-
public $textConfig;
5648
protected $textConfigType = TextConfig::class;
5749
protected $textConfigDataType = '';
5850

src/Pubsub/CommitSchemaRequest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919

2020
class CommitSchemaRequest extends \Google\Model
2121
{
22-
/**
23-
* @var Schema
24-
*/
25-
public $schema;
2622
protected $schemaType = Schema::class;
2723
protected $schemaDataType = '';
2824

src/Pubsub/ListSchemaRevisionsResponse.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ class ListSchemaRevisionsResponse extends \Google\Collection
2424
* @var string
2525
*/
2626
public $nextPageToken;
27-
/**
28-
* @var Schema[]
29-
*/
30-
public $schemas;
3127
protected $schemasType = Schema::class;
3228
protected $schemasDataType = 'array';
3329

src/Pubsub/ListSchemasResponse.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ class ListSchemasResponse extends \Google\Collection
2424
* @var string
2525
*/
2626
public $nextPageToken;
27-
/**
28-
* @var Schema[]
29-
*/
30-
public $schemas;
3127
protected $schemasType = Schema::class;
3228
protected $schemasDataType = 'array';
3329

src/Pubsub/ListSnapshotsResponse.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ class ListSnapshotsResponse extends \Google\Collection
2424
* @var string
2525
*/
2626
public $nextPageToken;
27-
/**
28-
* @var Snapshot[]
29-
*/
30-
public $snapshots;
3127
protected $snapshotsType = Snapshot::class;
3228
protected $snapshotsDataType = 'array';
3329

src/Pubsub/ListSubscriptionsResponse.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ class ListSubscriptionsResponse extends \Google\Collection
2424
* @var string
2525
*/
2626
public $nextPageToken;
27-
/**
28-
* @var Subscription[]
29-
*/
30-
public $subscriptions;
3127
protected $subscriptionsType = Subscription::class;
3228
protected $subscriptionsDataType = 'array';
3329

src/Pubsub/ListTopicsResponse.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ class ListTopicsResponse extends \Google\Collection
2424
* @var string
2525
*/
2626
public $nextPageToken;
27-
/**
28-
* @var Topic[]
29-
*/
30-
public $topics;
3127
protected $topicsType = Topic::class;
3228
protected $topicsDataType = 'array';
3329

src/Pubsub/ModifyPushConfigRequest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919

2020
class ModifyPushConfigRequest extends \Google\Model
2121
{
22-
/**
23-
* @var PushConfig
24-
*/
25-
public $pushConfig;
2622
protected $pushConfigType = PushConfig::class;
2723
protected $pushConfigDataType = '';
2824

src/Pubsub/Policy.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
class Policy extends \Google\Collection
2121
{
2222
protected $collection_key = 'bindings';
23-
/**
24-
* @var Binding[]
25-
*/
26-
public $bindings;
2723
protected $bindingsType = Binding::class;
2824
protected $bindingsDataType = 'array';
2925
/**

0 commit comments

Comments
 (0)