Skip to content

Commit b31b940

Browse files
1 parent 77161ff commit b31b940

7 files changed

Lines changed: 53 additions & 49 deletions

src/Datastream/DiscoverConnectionProfileRequest.php

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,21 @@ class DiscoverConnectionProfileRequest extends \Google\Model
2222
protected $connectionProfileType = ConnectionProfile::class;
2323
protected $connectionProfileDataType = '';
2424
/**
25-
* A reference to an existing connection profile.
25+
* Optional. A reference to an existing connection profile.
2626
*
2727
* @var string
2828
*/
2929
public $connectionProfileName;
3030
/**
31-
* Whether to retrieve the full hierarchy of data objects (TRUE) or only the
32-
* current level (FALSE).
31+
* Optional. Whether to retrieve the full hierarchy of data objects (TRUE) or
32+
* only the current level (FALSE).
3333
*
3434
* @var bool
3535
*/
3636
public $fullHierarchy;
3737
/**
38-
* The number of hierarchy levels below the current level to be retrieved.
38+
* Optional. The number of hierarchy levels below the current level to be
39+
* retrieved.
3940
*
4041
* @var int
4142
*/
@@ -54,7 +55,7 @@ class DiscoverConnectionProfileRequest extends \Google\Model
5455
protected $sqlServerRdbmsDataType = '';
5556

5657
/**
57-
* An ad-hoc connection profile configuration.
58+
* Optional. An ad-hoc connection profile configuration.
5859
*
5960
* @param ConnectionProfile $connectionProfile
6061
*/
@@ -70,7 +71,7 @@ public function getConnectionProfile()
7071
return $this->connectionProfile;
7172
}
7273
/**
73-
* A reference to an existing connection profile.
74+
* Optional. A reference to an existing connection profile.
7475
*
7576
* @param string $connectionProfileName
7677
*/
@@ -86,8 +87,8 @@ public function getConnectionProfileName()
8687
return $this->connectionProfileName;
8788
}
8889
/**
89-
* Whether to retrieve the full hierarchy of data objects (TRUE) or only the
90-
* current level (FALSE).
90+
* Optional. Whether to retrieve the full hierarchy of data objects (TRUE) or
91+
* only the current level (FALSE).
9192
*
9293
* @param bool $fullHierarchy
9394
*/
@@ -103,7 +104,8 @@ public function getFullHierarchy()
103104
return $this->fullHierarchy;
104105
}
105106
/**
106-
* The number of hierarchy levels below the current level to be retrieved.
107+
* Optional. The number of hierarchy levels below the current level to be
108+
* retrieved.
107109
*
108110
* @param int $hierarchyDepth
109111
*/
@@ -119,7 +121,7 @@ public function getHierarchyDepth()
119121
return $this->hierarchyDepth;
120122
}
121123
/**
122-
* MongoDB cluster to enrich with child data objects and metadata.
124+
* Optional. MongoDB cluster to enrich with child data objects and metadata.
123125
*
124126
* @param MongodbCluster $mongodbCluster
125127
*/
@@ -135,7 +137,7 @@ public function getMongodbCluster()
135137
return $this->mongodbCluster;
136138
}
137139
/**
138-
* MySQL RDBMS to enrich with child data objects and metadata.
140+
* Optional. MySQL RDBMS to enrich with child data objects and metadata.
139141
*
140142
* @param MysqlRdbms $mysqlRdbms
141143
*/
@@ -151,7 +153,7 @@ public function getMysqlRdbms()
151153
return $this->mysqlRdbms;
152154
}
153155
/**
154-
* Oracle RDBMS to enrich with child data objects and metadata.
156+
* Optional. Oracle RDBMS to enrich with child data objects and metadata.
155157
*
156158
* @param OracleRdbms $oracleRdbms
157159
*/
@@ -167,7 +169,7 @@ public function getOracleRdbms()
167169
return $this->oracleRdbms;
168170
}
169171
/**
170-
* PostgreSQL RDBMS to enrich with child data objects and metadata.
172+
* Optional. PostgreSQL RDBMS to enrich with child data objects and metadata.
171173
*
172174
* @param PostgresqlRdbms $postgresqlRdbms
173175
*/
@@ -183,7 +185,8 @@ public function getPostgresqlRdbms()
183185
return $this->postgresqlRdbms;
184186
}
185187
/**
186-
* Salesforce organization to enrich with child data objects and metadata.
188+
* Optional. Salesforce organization to enrich with child data objects and
189+
* metadata.
187190
*
188191
* @param SalesforceOrg $salesforceOrg
189192
*/
@@ -199,7 +202,7 @@ public function getSalesforceOrg()
199202
return $this->salesforceOrg;
200203
}
201204
/**
202-
* SQLServer RDBMS to enrich with child data objects and metadata.
205+
* Optional. SQLServer RDBMS to enrich with child data objects and metadata.
203206
*
204207
* @param SqlServerRdbms $sqlServerRdbms
205208
*/

src/Datastream/Resource/ProjectsLocations.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ class ProjectsLocations extends \Google\Service\Resource
3939
* static IPs should be returned. Must be in the format `projects/locations`.
4040
* @param array $optParams Optional parameters.
4141
*
42-
* @opt_param int pageSize Maximum number of Ips to return, will likely not be
43-
* specified.
44-
* @opt_param string pageToken A page token, received from a previous
42+
* @opt_param int pageSize Optional. Maximum number of Ips to return, will
43+
* likely not be specified.
44+
* @opt_param string pageToken Optional. A page token, received from a previous
4545
* `ListStaticIps` call. will likely not be specified.
4646
* @return FetchStaticIpsResponse
4747
* @throws \Google\Service\Exception

src/Datastream/Resource/ProjectsLocationsConnectionProfiles.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,12 @@ public function get($name, $optParams = [])
138138
* connection profiles.
139139
* @param array $optParams Optional parameters.
140140
*
141-
* @opt_param string filter Filter request.
142-
* @opt_param string orderBy Order by fields for the result.
143-
* @opt_param int pageSize Maximum number of connection profiles to return. If
144-
* unspecified, at most 50 connection profiles will be returned. The maximum
145-
* value is 1000; values above 1000 will be coerced to 1000.
146-
* @opt_param string pageToken Page token received from a previous
141+
* @opt_param string filter Optional. Filter request.
142+
* @opt_param string orderBy Optional. Order by fields for the result.
143+
* @opt_param int pageSize Optional. Maximum number of connection profiles to
144+
* return. If unspecified, at most 50 connection profiles will be returned. The
145+
* maximum value is 1000; values above 1000 will be coerced to 1000.
146+
* @opt_param string pageToken Optional. Page token received from a previous
147147
* `ListConnectionProfiles` call. Provide this to retrieve the subsequent page.
148148
* When paginating, all other parameters provided to `ListConnectionProfiles`
149149
* must match the call that provided the page token.

src/Datastream/Resource/ProjectsLocationsPrivateConnections.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,13 @@ public function get($name, $optParams = [])
120120
* private connectivity configurations.
121121
* @param array $optParams Optional parameters.
122122
*
123-
* @opt_param string filter Filter request.
124-
* @opt_param string orderBy Order by fields for the result.
123+
* @opt_param string filter Optional. Filter request.
124+
* @opt_param string orderBy Optional. Order by fields for the result.
125125
* @opt_param int pageSize Maximum number of private connectivity configurations
126126
* to return. If unspecified, at most 50 private connectivity configurations
127127
* that will be returned. The maximum value is 1000; values above 1000 will be
128128
* coerced to 1000.
129-
* @opt_param string pageToken Page token received from a previous
129+
* @opt_param string pageToken Optional. Page token received from a previous
130130
* `ListPrivateConnections` call. Provide this to retrieve the subsequent page.
131131
* When paginating, all other parameters provided to `ListPrivateConnections`
132132
* must match the call that provided the page token.

src/Datastream/Resource/ProjectsLocationsPrivateConnectionsRoutes.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -110,16 +110,16 @@ public function get($name, $optParams = [])
110110
* Routess.
111111
* @param array $optParams Optional parameters.
112112
*
113-
* @opt_param string filter Filter request.
114-
* @opt_param string orderBy Order by fields for the result.
115-
* @opt_param int pageSize Maximum number of Routes to return. The service may
116-
* return fewer than this value. If unspecified, at most 50 Routes will be
117-
* returned. The maximum value is 1000; values above 1000 will be coerced to
118-
* 1000.
119-
* @opt_param string pageToken Page token received from a previous `ListRoutes`
120-
* call. Provide this to retrieve the subsequent page. When paginating, all
121-
* other parameters provided to `ListRoutes` must match the call that provided
122-
* the page token.
113+
* @opt_param string filter Optional. Filter request.
114+
* @opt_param string orderBy Optional. Order by fields for the result.
115+
* @opt_param int pageSize Optional. Maximum number of Routes to return. The
116+
* service may return fewer than this value. If unspecified, at most 50 Routes
117+
* will be returned. The maximum value is 1000; values above 1000 will be
118+
* coerced to 1000.
119+
* @opt_param string pageToken Optional. Page token received from a previous
120+
* `ListRoutes` call. Provide this to retrieve the subsequent page. When
121+
* paginating, all other parameters provided to `ListRoutes` must match the call
122+
* that provided the page token.
123123
* @return ListRoutesResponse
124124
* @throws \Google\Service\Exception
125125
*/

src/Datastream/Resource/ProjectsLocationsStreams.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,15 @@ public function get($name, $optParams = [])
112112
* streams.
113113
* @param array $optParams Optional parameters.
114114
*
115-
* @opt_param string filter Filter request.
116-
* @opt_param string orderBy Order by fields for the result.
117-
* @opt_param int pageSize Maximum number of streams to return. If unspecified,
118-
* at most 50 streams will be returned. The maximum value is 1000; values above
119-
* 1000 will be coerced to 1000.
120-
* @opt_param string pageToken Page token received from a previous `ListStreams`
121-
* call. Provide this to retrieve the subsequent page. When paginating, all
122-
* other parameters provided to `ListStreams` must match the call that provided
123-
* the page token.
115+
* @opt_param string filter Optional. Filter request.
116+
* @opt_param string orderBy Optional. Order by fields for the result.
117+
* @opt_param int pageSize Optional. Maximum number of streams to return. If
118+
* unspecified, at most 50 streams will be returned. The maximum value is 1000;
119+
* values above 1000 will be coerced to 1000.
120+
* @opt_param string pageToken Optional. Page token received from a previous
121+
* `ListStreams` call. Provide this to retrieve the subsequent page. When
122+
* paginating, all other parameters provided to `ListStreams` must match the
123+
* call that provided the page token.
124124
* @return ListStreamsResponse
125125
* @throws \Google\Service\Exception
126126
*/

src/Datastream/Resource/ProjectsLocationsStreamsObjects.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,10 @@ public function get($name, $optParams = [])
5757
* objects.
5858
* @param array $optParams Optional parameters.
5959
*
60-
* @opt_param int pageSize Maximum number of objects to return. Default is 50.
61-
* The maximum value is 1000; values above 1000 will be coerced to 1000.
62-
* @opt_param string pageToken Page token received from a previous
60+
* @opt_param int pageSize Optional. Maximum number of objects to return.
61+
* Default is 50. The maximum value is 1000; values above 1000 will be coerced
62+
* to 1000.
63+
* @opt_param string pageToken Optional. Page token received from a previous
6364
* `ListStreamObjectsRequest` call. Provide this to retrieve the subsequent
6465
* page. When paginating, all other parameters provided to
6566
* `ListStreamObjectsRequest` must match the call that provided the page token.

0 commit comments

Comments
 (0)