Skip to content

Commit 770fd20

Browse files
chore(cloudresourcemanager): update the api
1 parent 7f45878 commit 770fd20

12 files changed

+25
-25
lines changed

docs/dyn/cloudresourcemanager_v1.liens.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ <h3>Method Details</h3>
186186
<pre>List all Liens applied to the `parent` resource. Callers of this method will require permission on the `parent` resource. For example, a Lien with a `parent` of `projects/1234` requires permission `resourcemanager.projects.get`.
187187

188188
Args:
189-
pageSize: integer, The maximum number of items to return. This is a suggestion for the server.
189+
pageSize: integer, The maximum number of items to return. This is a suggestion for the server. The server can return fewer liens than requested. If unspecified, server picks an appropriate default.
190190
pageToken: string, The `next_page_token` value returned from a previous List request, if any.
191191
parent: string, Required. The name of the resource to list all attached Liens. For example, `projects/1234`. (google.api.field_policy).resource_type annotation is not set since the parent depends on the meta api implementation. This field could be a project or other sub project resources.
192192
x__xgafv: string, V1 error format.

docs/dyn/cloudresourcemanager_v1.organizations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ <h3>Method Details</h3>
453453

454454
{ # The request sent to the `SearchOrganizations` method.
455455
&quot;filter&quot;: &quot;A String&quot;, # An optional query string used to filter the Organizations to return in the response. Filter rules are case-insensitive. Organizations may be filtered by `owner.directoryCustomerId` or by `domain`, where the domain is a G Suite domain, for example: * Filter `owner.directorycustomerid:123456789` returns Organization resources with `owner.directory_customer_id` equal to `123456789`. * Filter `domain:google.com` returns Organization resources corresponding to the domain `google.com`. This field is optional.
456-
&quot;pageSize&quot;: 42, # The maximum number of Organizations to return in the response. This field is optional.
456+
&quot;pageSize&quot;: 42, # The maximum number of Organizations to return in the response. The server can return fewer organizations than requested. If unspecified, server picks an appropriate default.
457457
&quot;pageToken&quot;: &quot;A String&quot;, # A pagination token returned from a previous call to `SearchOrganizations` that indicates from where listing should continue. This field is optional.
458458
}
459459

docs/dyn/cloudresourcemanager_v2.folders.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ <h3>Method Details</h3>
275275
<pre>Lists the Folders that are direct descendants of supplied parent resource. List provides a strongly consistent view of the Folders underneath the specified parent resource. List returns Folders sorted based upon the (ascending) lexical ordering of their display_name. The caller must have `resourcemanager.folders.list` permission on the identified parent.
276276

277277
Args:
278-
pageSize: integer, Optional. The maximum number of Folders to return in the response.
278+
pageSize: integer, Optional. The maximum number of Folders to return in the response. The server can return fewer folders than requested. If unspecified, server picks an appropriate default.
279279
pageToken: string, Optional. A pagination token returned from a previous call to `ListFolders` that indicates where this listing should continue from.
280280
parent: string, Required. The resource name of the Organization or Folder whose Folders are being listed. Must be of the form `folders/{folder_id}` or `organizations/{org_id}`. Access to this method is controlled by checking the `resourcemanager.folders.list` permission on the `parent`.
281281
showDeleted: boolean, Optional. Controls whether Folders in the DELETE_REQUESTED state should be returned. Defaults to false.
@@ -401,7 +401,7 @@ <h3>Method Details</h3>
401401
The object takes the form of:
402402

403403
{ # The request message for searching folders.
404-
&quot;pageSize&quot;: 42, # Optional. The maximum number of folders to return in the response.
404+
&quot;pageSize&quot;: 42, # Optional. The maximum number of folders to return in the response. The server can return fewer folders than requested. If unspecified, server picks an appropriate default.
405405
&quot;pageToken&quot;: &quot;A String&quot;, # Optional. A pagination token returned from a previous call to `SearchFolders` that indicates from where search should continue.
406406
&quot;query&quot;: &quot;A String&quot;, # Search criteria used to select the Folders to return. If no search criteria is specified then all accessible folders will be returned. Query expressions can be used to restrict results based upon displayName, lifecycleState and parent, where the operators `=`, `NOT`, `AND` and `OR` can be used along with the suffix wildcard symbol `*`. The displayName field in a query expression should use escaped quotes for values that include whitespace to prevent unexpected behavior. Some example queries are: * Query `displayName=Test*` returns Folder resources whose display name starts with &quot;Test&quot;. * Query `lifecycleState=ACTIVE` returns Folder resources with `lifecycleState` set to `ACTIVE`. * Query `parent=folders/123` returns Folder resources that have `folders/123` as a parent resource. * Query `parent=folders/123 AND lifecycleState=ACTIVE` returns active Folder resources that have `folders/123` as a parent resource. * Query `displayName=\\&quot;Test String\\&quot;` returns Folder resources with display names that include both &quot;Test&quot; and &quot;String&quot;.
407407
}

docs/dyn/cloudresourcemanager_v2beta1.folders.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ <h3>Method Details</h3>
275275
<pre>Lists the Folders that are direct descendants of supplied parent resource. List provides a strongly consistent view of the Folders underneath the specified parent resource. List returns Folders sorted based upon the (ascending) lexical ordering of their display_name. The caller must have `resourcemanager.folders.list` permission on the identified parent.
276276

277277
Args:
278-
pageSize: integer, Optional. The maximum number of Folders to return in the response.
278+
pageSize: integer, Optional. The maximum number of Folders to return in the response. The server can return fewer folders than requested. If unspecified, server picks an appropriate default.
279279
pageToken: string, Optional. A pagination token returned from a previous call to `ListFolders` that indicates where this listing should continue from.
280280
parent: string, Required. The resource name of the Organization or Folder whose Folders are being listed. Must be of the form `folders/{folder_id}` or `organizations/{org_id}`. Access to this method is controlled by checking the `resourcemanager.folders.list` permission on the `parent`.
281281
showDeleted: boolean, Optional. Controls whether Folders in the DELETE_REQUESTED state should be returned. Defaults to false.
@@ -401,7 +401,7 @@ <h3>Method Details</h3>
401401
The object takes the form of:
402402

403403
{ # The request message for searching folders.
404-
&quot;pageSize&quot;: 42, # Optional. The maximum number of folders to return in the response.
404+
&quot;pageSize&quot;: 42, # Optional. The maximum number of folders to return in the response. The server can return fewer folders than requested. If unspecified, server picks an appropriate default.
405405
&quot;pageToken&quot;: &quot;A String&quot;, # Optional. A pagination token returned from a previous call to `SearchFolders` that indicates from where search should continue.
406406
&quot;query&quot;: &quot;A String&quot;, # Search criteria used to select the Folders to return. If no search criteria is specified then all accessible folders will be returned. Query expressions can be used to restrict results based upon displayName, lifecycleState and parent, where the operators `=`, `NOT`, `AND` and `OR` can be used along with the suffix wildcard symbol `*`. The displayName field in a query expression should use escaped quotes for values that include whitespace to prevent unexpected behavior. Some example queries are: * Query `displayName=Test*` returns Folder resources whose display name starts with &quot;Test&quot;. * Query `lifecycleState=ACTIVE` returns Folder resources with `lifecycleState` set to `ACTIVE`. * Query `parent=folders/123` returns Folder resources that have `folders/123` as a parent resource. * Query `parent=folders/123 AND lifecycleState=ACTIVE` returns active Folder resources that have `folders/123` as a parent resource. * Query `displayName=\\&quot;Test String\\&quot;` returns Folder resources with display names that include both &quot;Test&quot; and &quot;String&quot;.
407407
}

docs/dyn/cloudresourcemanager_v3.folders.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ <h3>Method Details</h3>
292292
<pre>Lists the folders that are direct descendants of supplied parent resource. `list()` provides a strongly consistent view of the folders underneath the specified parent resource. `list()` returns folders sorted based upon the (ascending) lexical ordering of their display_name. The caller must have `resourcemanager.folders.list` permission on the identified parent.
293293

294294
Args:
295-
pageSize: integer, Optional. The maximum number of folders to return in the response. If unspecified, server picks an appropriate default.
295+
pageSize: integer, Optional. The maximum number of folders to return in the response. The server can return fewer folders than requested. If unspecified, server picks an appropriate default.
296296
pageToken: string, Optional. A pagination token returned from a previous call to `ListFolders` that indicates where this listing should continue from.
297297
parent: string, Required. The resource name of the organization or folder whose folders are being listed. Must be of the form `folders/{folder_id}` or `organizations/{org_id}`. Access to this method is controlled by checking the `resourcemanager.folders.list` permission on the `parent`.
298298
showDeleted: boolean, Optional. Controls whether folders in the DELETE_REQUESTED state should be returned. Defaults to false.
@@ -432,7 +432,7 @@ <h3>Method Details</h3>
432432
<pre>Search for folders that match specific filter criteria. `search()` provides an eventually consistent view of the folders a user has access to which meet the specified filter criteria. This will only return folders on which the caller has the permission `resourcemanager.folders.get`.
433433

434434
Args:
435-
pageSize: integer, Optional. The maximum number of folders to return in the response. If unspecified, server picks an appropriate default.
435+
pageSize: integer, Optional. The maximum number of folders to return in the response. The server can return fewer folders than requested. If unspecified, server picks an appropriate default.
436436
pageToken: string, Optional. A pagination token returned from a previous call to `SearchFolders` that indicates from where search should continue.
437437
query: string, Optional. Search criteria used to select the folders to return. If no search criteria is specified then all accessible folders will be returned. Query expressions can be used to restrict results based upon displayName, state and parent, where the operators `=` (`:`) `NOT`, `AND` and `OR` can be used along with the suffix wildcard symbol `*`. The `displayName` field in a query expression should use escaped quotes for values that include whitespace to prevent unexpected behavior. | Field | Description | |-------------------------|----------------------------------------| | displayName | Filters by displayName. | | parent | Filters by parent (for example: folders/123). | | state, lifecycleState | Filters by state. | Some example queries are: * Query `displayName=Test*` returns Folder resources whose display name starts with &quot;Test&quot;. * Query `state=ACTIVE` returns Folder resources with `state` set to `ACTIVE`. * Query `parent=folders/123` returns Folder resources that have `folders/123` as a parent resource. * Query `parent=folders/123 AND state=ACTIVE` returns active Folder resources that have `folders/123` as a parent resource. * Query `displayName=\\&quot;Test String\\&quot;` returns Folder resources with display names that include both &quot;Test&quot; and &quot;String&quot;.
438438
x__xgafv: string, V1 error format.

docs/dyn/cloudresourcemanager_v3.liens.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ <h3>Method Details</h3>
186186
<pre>List all Liens applied to the `parent` resource. Callers of this method will require permission on the `parent` resource. For example, a Lien with a `parent` of `projects/1234` requires permission `resourcemanager.projects.get`.
187187

188188
Args:
189-
pageSize: integer, The maximum number of items to return. This is a suggestion for the server.
189+
pageSize: integer, The maximum number of items to return. This is a suggestion for the server. The server can return fewer liens than requested. If unspecified, server picks an appropriate default.
190190
pageToken: string, The `next_page_token` value returned from a previous List request, if any.
191191
parent: string, Required. The name of the resource to list all attached Liens. For example, `projects/1234`. (google.api.field_policy).resource_type annotation is not set since the parent depends on the meta api implementation. This field could be a project or other sub project resources.
192192
x__xgafv: string, V1 error format.

docs/dyn/cloudresourcemanager_v3.organizations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ <h3>Method Details</h3>
188188
<pre>Searches organization resources that are visible to the user and satisfy the specified filter. This method returns organizations in an unspecified order. New organizations do not necessarily appear at the end of the results, and may take a small amount of time to appear. Search will only return organizations on which the user has the permission `resourcemanager.organizations.get`
189189

190190
Args:
191-
pageSize: integer, Optional. The maximum number of organizations to return in the response. If unspecified, server picks an appropriate default.
191+
pageSize: integer, Optional. The maximum number of organizations to return in the response. The server can return fewer organizations than requested. If unspecified, server picks an appropriate default.
192192
pageToken: string, Optional. A pagination token returned from a previous call to `SearchOrganizations` that indicates from where listing should continue.
193193
query: string, Optional. An optional query string used to filter the Organizations to return in the response. Query rules are case-insensitive. | Field | Description | |------------------|--------------------------------------------| | directoryCustomerId, owner.directoryCustomerId | Filters by directory customer id. | | domain | Filters by domain. | Organizations may be queried by `directoryCustomerId` or by `domain`, where the domain is a G Suite domain, for example: * Query `directorycustomerid:123456789` returns Organization resources with `owner.directory_customer_id` equal to `123456789`. * Query `domain:google.com` returns Organization resources corresponding to the domain `google.com`.
194194
x__xgafv: string, V1 error format.

googleapiclient/discovery_cache/documents/cloudresourcemanager.v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365
"parameterOrder": [],
366366
"parameters": {
367367
"pageSize": {
368-
"description": "The maximum number of items to return. This is a suggestion for the server.",
368+
"description": "The maximum number of items to return. This is a suggestion for the server. The server can return fewer liens than requested. If unspecified, server picks an appropriate default.",
369369
"format": "int32",
370370
"location": "query",
371371
"type": "integer"
@@ -1171,7 +1171,7 @@
11711171
}
11721172
}
11731173
},
1174-
"revision": "20210819",
1174+
"revision": "20210830",
11751175
"rootUrl": "https://cloudresourcemanager.googleapis.com/",
11761176
"schemas": {
11771177
"Ancestor": {
@@ -2128,7 +2128,7 @@
21282128
"type": "string"
21292129
},
21302130
"pageSize": {
2131-
"description": "The maximum number of Organizations to return in the response. This field is optional.",
2131+
"description": "The maximum number of Organizations to return in the response. The server can return fewer organizations than requested. If unspecified, server picks an appropriate default.",
21322132
"format": "int32",
21332133
"type": "integer"
21342134
},

googleapiclient/discovery_cache/documents/cloudresourcemanager.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@
566566
}
567567
}
568568
},
569-
"revision": "20210819",
569+
"revision": "20210830",
570570
"rootUrl": "https://cloudresourcemanager.googleapis.com/",
571571
"schemas": {
572572
"Ancestor": {

googleapiclient/discovery_cache/documents/cloudresourcemanager.v2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
"parameterOrder": [],
223223
"parameters": {
224224
"pageSize": {
225-
"description": "Optional. The maximum number of Folders to return in the response.",
225+
"description": "Optional. The maximum number of Folders to return in the response. The server can return fewer folders than requested. If unspecified, server picks an appropriate default.",
226226
"format": "int32",
227227
"location": "query",
228228
"type": "integer"
@@ -450,7 +450,7 @@
450450
}
451451
}
452452
},
453-
"revision": "20210819",
453+
"revision": "20210830",
454454
"rootUrl": "https://cloudresourcemanager.googleapis.com/",
455455
"schemas": {
456456
"AuditConfig": {
@@ -978,7 +978,7 @@
978978
"id": "SearchFoldersRequest",
979979
"properties": {
980980
"pageSize": {
981-
"description": "Optional. The maximum number of folders to return in the response.",
981+
"description": "Optional. The maximum number of folders to return in the response. The server can return fewer folders than requested. If unspecified, server picks an appropriate default.",
982982
"format": "int32",
983983
"type": "integer"
984984
},

googleapiclient/discovery_cache/documents/cloudresourcemanager.v2beta1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
"parameterOrder": [],
223223
"parameters": {
224224
"pageSize": {
225-
"description": "Optional. The maximum number of Folders to return in the response.",
225+
"description": "Optional. The maximum number of Folders to return in the response. The server can return fewer folders than requested. If unspecified, server picks an appropriate default.",
226226
"format": "int32",
227227
"location": "query",
228228
"type": "integer"
@@ -450,7 +450,7 @@
450450
}
451451
}
452452
},
453-
"revision": "20210819",
453+
"revision": "20210830",
454454
"rootUrl": "https://cloudresourcemanager.googleapis.com/",
455455
"schemas": {
456456
"AuditConfig": {
@@ -978,7 +978,7 @@
978978
"id": "SearchFoldersRequest",
979979
"properties": {
980980
"pageSize": {
981-
"description": "Optional. The maximum number of folders to return in the response.",
981+
"description": "Optional. The maximum number of folders to return in the response. The server can return fewer folders than requested. If unspecified, server picks an appropriate default.",
982982
"format": "int32",
983983
"type": "integer"
984984
},

0 commit comments

Comments
 (0)