You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/cloudresourcemanager_v3.folders.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ <h3>Method Details</h3>
144
144
"displayName": "A String", # The folder's display name. A folder'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}])?`.
145
145
"etag": "A String", # 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.
146
146
"managementProject": "A String", # Output only. Management Project associated with this folder (if app-management capability is enabled). Example: `projects/google-mp-123` OUTPUT ONLY.
147
-
"name": "A String", # Output only. The resource name of the folder. Its format is `folders/{folder_id}`, for example: "folders/1234".
147
+
"name": "A String", # Identifier. The resource name of the folder. Its format is `folders/{folder_id}`, for example: "folders/1234".
148
148
"parent": "A String", # Required. The folder's parent's resource name. Updates to the folder's parent must be performed using MoveFolder.
149
149
"state": "A String", # Output only. The lifecycle state of the folder. Updates to the state must be performed using DeleteFolder and UndeleteFolder.
150
150
"tags": { # Optional. Input only. Immutable. Tag keys/values directly bound to this folder. Each item in the map must be expressed as " : ". For example: "123/environment" : "production", "123/costCenter" : "marketing" Note: Currently this field is in Preview.
@@ -240,7 +240,7 @@ <h3>Method Details</h3>
240
240
"displayName": "A String", # The folder's display name. A folder'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}])?`.
241
241
"etag": "A String", # 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.
242
242
"managementProject": "A String", # Output only. Management Project associated with this folder (if app-management capability is enabled). Example: `projects/google-mp-123` OUTPUT ONLY.
243
-
"name": "A String", # Output only. The resource name of the folder. Its format is `folders/{folder_id}`, for example: "folders/1234".
243
+
"name": "A String", # Identifier. The resource name of the folder. Its format is `folders/{folder_id}`, for example: "folders/1234".
244
244
"parent": "A String", # Required. The folder's parent's resource name. Updates to the folder's parent must be performed using MoveFolder.
245
245
"state": "A String", # Output only. The lifecycle state of the folder. Updates to the state must be performed using DeleteFolder and UndeleteFolder.
246
246
"tags": { # Optional. Input only. Immutable. Tag keys/values directly bound to this folder. Each item in the map must be expressed as " : ". For example: "123/environment" : "production", "123/costCenter" : "marketing" Note: Currently this field is in Preview.
@@ -334,7 +334,7 @@ <h3>Method Details</h3>
334
334
"displayName": "A String", # The folder's display name. A folder'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}])?`.
335
335
"etag": "A String", # 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.
336
336
"managementProject": "A String", # Output only. Management Project associated with this folder (if app-management capability is enabled). Example: `projects/google-mp-123` OUTPUT ONLY.
337
-
"name": "A String", # Output only. The resource name of the folder. Its format is `folders/{folder_id}`, for example: "folders/1234".
337
+
"name": "A String", # Identifier. The resource name of the folder. Its format is `folders/{folder_id}`, for example: "folders/1234".
338
338
"parent": "A String", # Required. The folder's parent's resource name. Updates to the folder's parent must be performed using MoveFolder.
339
339
"state": "A String", # Output only. The lifecycle state of the folder. Updates to the state must be performed using DeleteFolder and UndeleteFolder.
340
340
"tags": { # Optional. Input only. Immutable. Tag keys/values directly bound to this folder. Each item in the map must be expressed as " : ". For example: "123/environment" : "production", "123/costCenter" : "marketing" Note: Currently this field is in Preview.
@@ -408,7 +408,7 @@ <h3>Method Details</h3>
408
408
<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'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.
409
409
410
410
Args:
411
-
name: string, Output only. The resource name of the folder. Its format is `folders/{folder_id}`, for example: "folders/1234". (required)
411
+
name: string, Identifier. The resource name of the folder. Its format is `folders/{folder_id}`, for example: "folders/1234". (required)
412
412
body: object, The request body.
413
413
The object takes the form of:
414
414
@@ -421,7 +421,7 @@ <h3>Method Details</h3>
421
421
"displayName": "A String", # The folder's display name. A folder'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}])?`.
422
422
"etag": "A String", # 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.
423
423
"managementProject": "A String", # Output only. Management Project associated with this folder (if app-management capability is enabled). Example: `projects/google-mp-123` OUTPUT ONLY.
424
-
"name": "A String", # Output only. The resource name of the folder. Its format is `folders/{folder_id}`, for example: "folders/1234".
424
+
"name": "A String", # Identifier. The resource name of the folder. Its format is `folders/{folder_id}`, for example: "folders/1234".
425
425
"parent": "A String", # Required. The folder's parent's resource name. Updates to the folder's parent must be performed using MoveFolder.
426
426
"state": "A String", # Output only. The lifecycle state of the folder. Updates to the state must be performed using DeleteFolder and UndeleteFolder.
427
427
"tags": { # Optional. Input only. Immutable. Tag keys/values directly bound to this folder. Each item in the map must be expressed as " : ". For example: "123/environment" : "production", "123/costCenter" : "marketing" Note: Currently this field is in Preview.
@@ -487,7 +487,7 @@ <h3>Method Details</h3>
487
487
"displayName": "A String", # The folder's display name. A folder'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}])?`.
488
488
"etag": "A String", # 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.
489
489
"managementProject": "A String", # Output only. Management Project associated with this folder (if app-management capability is enabled). Example: `projects/google-mp-123` OUTPUT ONLY.
490
-
"name": "A String", # Output only. The resource name of the folder. Its format is `folders/{folder_id}`, for example: "folders/1234".
490
+
"name": "A String", # Identifier. The resource name of the folder. Its format is `folders/{folder_id}`, for example: "folders/1234".
491
491
"parent": "A String", # Required. The folder's parent's resource name. Updates to the folder's parent must be performed using MoveFolder.
492
492
"state": "A String", # Output only. The lifecycle state of the folder. Updates to the state must be performed using DeleteFolder and UndeleteFolder.
493
493
"tags": { # Optional. Input only. Immutable. Tag keys/values directly bound to this folder. Each item in the map must be expressed as " : ". For example: "123/environment" : "production", "123/costCenter" : "marketing" Note: Currently this field is in Preview.
0 commit comments