Reference documentation and code samples for the Google Cloud Storage Control V2 Client class RenameFolderMetadata.
Message returned in the metadata field of the Operation resource for RenameFolder operations.
Generated from protobuf message google.storage.control.v2.RenameFolderMetadata
Namespace
Google \ Cloud \ Storage \ Control \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ common_metadata
↳ source_folder_id
string
The path of the source folder.
↳ destination_folder_id
string
The path of the destination folder.
getCommonMetadata
Generic metadata for the long running operation.
hasCommonMetadata
clearCommonMetadata
setCommonMetadata
Generic metadata for the long running operation.
$this
getSourceFolderId
The path of the source folder.
string
setSourceFolderId
The path of the source folder.
var
string
$this
getDestinationFolderId
The path of the destination folder.
string
setDestinationFolderId
The path of the destination folder.
var
string
$this