Reference documentation and code samples for the Google Cloud Resource Manager V3 Client class UpdateFolderRequest.
The request sent to the UpdateFolder method.
Only the display_name
field can be changed. All other fields will be
ignored. Use the MoveFolder
method to
change the parent
field.
Generated from protobuf message google.cloud.resourcemanager.v3.UpdateFolderRequest
Namespace
Google \ Cloud \ ResourceManager \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ folder
Folder
Required. The new definition of the Folder. It must include the name
field, which cannot be changed.
↳ update_mask
getFolder
Required. The new definition of the Folder. It must include the name
field, which cannot be changed.
hasFolder
clearFolder
setFolder
Required. The new definition of the Folder. It must include the name
field, which cannot be changed.
$this
getUpdateMask
Required. Fields to be updated.
Only the display_name
can be updated.
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. Fields to be updated.
Only the display_name
can be updated.
$this
static::build
folder
Folder
Required. The new definition of the Folder. It must include the name
field, which cannot be changed.
updateMask