Skip to content

Commit e2c26c3

Browse files
feat(cloudresourcemanager): update the api
#### cloudresourcemanager:v3 The following keys were deleted: - schemas.Folder.properties.name.readOnly (Total Keys: 1)
1 parent abf73d0 commit e2c26c3

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

docs/dyn/cloudresourcemanager_v3.folders.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ <h3>Method Details</h3>
144144
&quot;displayName&quot;: &quot;A String&quot;, # The folder&#x27;s display name. A folder&#x27;s display name must be unique amongst its siblings. For example, no two folders with the same parent can share the same display name. The display name must start and end with a letter or digit, may contain letters, digits, spaces, hyphens and underscores and can be no longer than 30 characters. This is captured by the regular expression: `[\p{L}\p{N}]([\p{L}\p{N}_- ]{0,28}[\p{L}\p{N}])?`.
145145
&quot;etag&quot;: &quot;A String&quot;, # Output only. A checksum computed by the server based on the current value of the folder resource. This may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
146146
&quot;managementProject&quot;: &quot;A String&quot;, # Output only. Management Project associated with this folder (if app-management capability is enabled). Example: `projects/google-mp-123` OUTPUT ONLY.
147-
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the folder. Its format is `folders/{folder_id}`, for example: &quot;folders/1234&quot;.
147+
&quot;name&quot;: &quot;A String&quot;, # Identifier. The resource name of the folder. Its format is `folders/{folder_id}`, for example: &quot;folders/1234&quot;.
148148
&quot;parent&quot;: &quot;A String&quot;, # Required. The folder&#x27;s parent&#x27;s resource name. Updates to the folder&#x27;s parent must be performed using MoveFolder.
149149
&quot;state&quot;: &quot;A String&quot;, # Output only. The lifecycle state of the folder. Updates to the state must be performed using DeleteFolder and UndeleteFolder.
150150
&quot;tags&quot;: { # Optional. Input only. Immutable. Tag keys/values directly bound to this folder. Each item in the map must be expressed as &quot; : &quot;. For example: &quot;123/environment&quot; : &quot;production&quot;, &quot;123/costCenter&quot; : &quot;marketing&quot; Note: Currently this field is in Preview.
@@ -240,7 +240,7 @@ <h3>Method Details</h3>
240240
&quot;displayName&quot;: &quot;A String&quot;, # The folder&#x27;s display name. A folder&#x27;s display name must be unique amongst its siblings. For example, no two folders with the same parent can share the same display name. The display name must start and end with a letter or digit, may contain letters, digits, spaces, hyphens and underscores and can be no longer than 30 characters. This is captured by the regular expression: `[\p{L}\p{N}]([\p{L}\p{N}_- ]{0,28}[\p{L}\p{N}])?`.
241241
&quot;etag&quot;: &quot;A String&quot;, # Output only. A checksum computed by the server based on the current value of the folder resource. This may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
242242
&quot;managementProject&quot;: &quot;A String&quot;, # Output only. Management Project associated with this folder (if app-management capability is enabled). Example: `projects/google-mp-123` OUTPUT ONLY.
243-
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the folder. Its format is `folders/{folder_id}`, for example: &quot;folders/1234&quot;.
243+
&quot;name&quot;: &quot;A String&quot;, # Identifier. The resource name of the folder. Its format is `folders/{folder_id}`, for example: &quot;folders/1234&quot;.
244244
&quot;parent&quot;: &quot;A String&quot;, # Required. The folder&#x27;s parent&#x27;s resource name. Updates to the folder&#x27;s parent must be performed using MoveFolder.
245245
&quot;state&quot;: &quot;A String&quot;, # Output only. The lifecycle state of the folder. Updates to the state must be performed using DeleteFolder and UndeleteFolder.
246246
&quot;tags&quot;: { # Optional. Input only. Immutable. Tag keys/values directly bound to this folder. Each item in the map must be expressed as &quot; : &quot;. For example: &quot;123/environment&quot; : &quot;production&quot;, &quot;123/costCenter&quot; : &quot;marketing&quot; Note: Currently this field is in Preview.
@@ -334,7 +334,7 @@ <h3>Method Details</h3>
334334
&quot;displayName&quot;: &quot;A String&quot;, # The folder&#x27;s display name. A folder&#x27;s display name must be unique amongst its siblings. For example, no two folders with the same parent can share the same display name. The display name must start and end with a letter or digit, may contain letters, digits, spaces, hyphens and underscores and can be no longer than 30 characters. This is captured by the regular expression: `[\p{L}\p{N}]([\p{L}\p{N}_- ]{0,28}[\p{L}\p{N}])?`.
335335
&quot;etag&quot;: &quot;A String&quot;, # Output only. A checksum computed by the server based on the current value of the folder resource. This may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
336336
&quot;managementProject&quot;: &quot;A String&quot;, # Output only. Management Project associated with this folder (if app-management capability is enabled). Example: `projects/google-mp-123` OUTPUT ONLY.
337-
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the folder. Its format is `folders/{folder_id}`, for example: &quot;folders/1234&quot;.
337+
&quot;name&quot;: &quot;A String&quot;, # Identifier. The resource name of the folder. Its format is `folders/{folder_id}`, for example: &quot;folders/1234&quot;.
338338
&quot;parent&quot;: &quot;A String&quot;, # Required. The folder&#x27;s parent&#x27;s resource name. Updates to the folder&#x27;s parent must be performed using MoveFolder.
339339
&quot;state&quot;: &quot;A String&quot;, # Output only. The lifecycle state of the folder. Updates to the state must be performed using DeleteFolder and UndeleteFolder.
340340
&quot;tags&quot;: { # Optional. Input only. Immutable. Tag keys/values directly bound to this folder. Each item in the map must be expressed as &quot; : &quot;. For example: &quot;123/environment&quot; : &quot;production&quot;, &quot;123/costCenter&quot; : &quot;marketing&quot; Note: Currently this field is in Preview.
@@ -408,7 +408,7 @@ <h3>Method Details</h3>
408408
<pre>Updates a folder, changing its `display_name`. Changes to the folder `display_name` will be rejected if they violate either the `display_name` formatting rules or the naming constraints described in the CreateFolder documentation. The folder&#x27;s `display_name` must start and end with a letter or digit, may contain letters, digits, spaces, hyphens and underscores and can be between 3 and 30 characters. This is captured by the regular expression: `\p{L}\p{N}{1,28}[\p{L}\p{N}]`. The caller must have `resourcemanager.folders.update` permission on the identified folder. If the update fails due to the unique name constraint then a `PreconditionFailure` explaining this violation will be returned in the Status.details field.
409409

410410
Args:
411-
name: string, Output only. The resource name of the folder. Its format is `folders/{folder_id}`, for example: &quot;folders/1234&quot;. (required)
411+
name: string, Identifier. The resource name of the folder. Its format is `folders/{folder_id}`, for example: &quot;folders/1234&quot;. (required)
412412
body: object, The request body.
413413
The object takes the form of:
414414

@@ -421,7 +421,7 @@ <h3>Method Details</h3>
421421
&quot;displayName&quot;: &quot;A String&quot;, # The folder&#x27;s display name. A folder&#x27;s display name must be unique amongst its siblings. For example, no two folders with the same parent can share the same display name. The display name must start and end with a letter or digit, may contain letters, digits, spaces, hyphens and underscores and can be no longer than 30 characters. This is captured by the regular expression: `[\p{L}\p{N}]([\p{L}\p{N}_- ]{0,28}[\p{L}\p{N}])?`.
422422
&quot;etag&quot;: &quot;A String&quot;, # Output only. A checksum computed by the server based on the current value of the folder resource. This may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
423423
&quot;managementProject&quot;: &quot;A String&quot;, # Output only. Management Project associated with this folder (if app-management capability is enabled). Example: `projects/google-mp-123` OUTPUT ONLY.
424-
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the folder. Its format is `folders/{folder_id}`, for example: &quot;folders/1234&quot;.
424+
&quot;name&quot;: &quot;A String&quot;, # Identifier. The resource name of the folder. Its format is `folders/{folder_id}`, for example: &quot;folders/1234&quot;.
425425
&quot;parent&quot;: &quot;A String&quot;, # Required. The folder&#x27;s parent&#x27;s resource name. Updates to the folder&#x27;s parent must be performed using MoveFolder.
426426
&quot;state&quot;: &quot;A String&quot;, # Output only. The lifecycle state of the folder. Updates to the state must be performed using DeleteFolder and UndeleteFolder.
427427
&quot;tags&quot;: { # Optional. Input only. Immutable. Tag keys/values directly bound to this folder. Each item in the map must be expressed as &quot; : &quot;. For example: &quot;123/environment&quot; : &quot;production&quot;, &quot;123/costCenter&quot; : &quot;marketing&quot; Note: Currently this field is in Preview.
@@ -487,7 +487,7 @@ <h3>Method Details</h3>
487487
&quot;displayName&quot;: &quot;A String&quot;, # The folder&#x27;s display name. A folder&#x27;s display name must be unique amongst its siblings. For example, no two folders with the same parent can share the same display name. The display name must start and end with a letter or digit, may contain letters, digits, spaces, hyphens and underscores and can be no longer than 30 characters. This is captured by the regular expression: `[\p{L}\p{N}]([\p{L}\p{N}_- ]{0,28}[\p{L}\p{N}])?`.
488488
&quot;etag&quot;: &quot;A String&quot;, # Output only. A checksum computed by the server based on the current value of the folder resource. This may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
489489
&quot;managementProject&quot;: &quot;A String&quot;, # Output only. Management Project associated with this folder (if app-management capability is enabled). Example: `projects/google-mp-123` OUTPUT ONLY.
490-
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the folder. Its format is `folders/{folder_id}`, for example: &quot;folders/1234&quot;.
490+
&quot;name&quot;: &quot;A String&quot;, # Identifier. The resource name of the folder. Its format is `folders/{folder_id}`, for example: &quot;folders/1234&quot;.
491491
&quot;parent&quot;: &quot;A String&quot;, # Required. The folder&#x27;s parent&#x27;s resource name. Updates to the folder&#x27;s parent must be performed using MoveFolder.
492492
&quot;state&quot;: &quot;A String&quot;, # Output only. The lifecycle state of the folder. Updates to the state must be performed using DeleteFolder and UndeleteFolder.
493493
&quot;tags&quot;: { # Optional. Input only. Immutable. Tag keys/values directly bound to this folder. Each item in the map must be expressed as &quot; : &quot;. For example: &quot;123/environment&quot; : &quot;production&quot;, &quot;123/costCenter&quot; : &quot;marketing&quot; Note: Currently this field is in Preview.

googleapiclient/discovery_cache/documents/cloudresourcemanager.v3.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
],
322322
"parameters": {
323323
"name": {
324-
"description": "Output only. The resource name of the folder. Its format is `folders/{folder_id}`, for example: \"folders/1234\".",
324+
"description": "Identifier. The resource name of the folder. Its format is `folders/{folder_id}`, for example: \"folders/1234\".",
325325
"location": "path",
326326
"pattern": "^folders/[^/]+$",
327327
"required": true,
@@ -1870,7 +1870,7 @@
18701870
}
18711871
}
18721872
},
1873-
"revision": "20250417",
1873+
"revision": "20250508",
18741874
"rootUrl": "https://cloudresourcemanager.googleapis.com/",
18751875
"schemas": {
18761876
"AuditConfig": {
@@ -2212,8 +2212,7 @@
22122212
"type": "string"
22132213
},
22142214
"name": {
2215-
"description": "Output only. The resource name of the folder. Its format is `folders/{folder_id}`, for example: \"folders/1234\".",
2216-
"readOnly": true,
2215+
"description": "Identifier. The resource name of the folder. Its format is `folders/{folder_id}`, for example: \"folders/1234\".",
22172216
"type": "string"
22182217
},
22192218
"parent": {

0 commit comments

Comments
 (0)