Reference documentation and code samples for the Google Cloud Resource Manager V3 Client class UndeleteFolderRequest.
The UndeleteFolder request message.
Generated from protobuf message google.cloud.resourcemanager.v3.UndeleteFolderRequest
Namespace
Google \ Cloud \ ResourceManager \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The resource name of the folder to undelete. Must be of the form folders/{folder_id}
.
getName
Required. The resource name of the folder to undelete.
Must be of the form folders/{folder_id}
.
string
setName
Required. The resource name of the folder to undelete.
Must be of the form folders/{folder_id}
.
var
string
$this
static::build
name
string
Required. The resource name of the folder to undelete.
Must be of the form folders/{folder_id}
. Please see FoldersClient::folderName()
for help formatting this field.