Reference documentation and code samples for the Google Cloud Storage Control V2 Client class GetManagedFolderRequest.
Request message for GetManagedFolder.
Generated from protobuf message google.storage.control.v2.GetManagedFolderRequest
Namespace
Google \ Cloud \ Storage \ Control \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Name of the managed folder. Format: projects/{project}/buckets/{bucket}/managedFolders/{managedFolder}
↳ if_metageneration_match
int|string
The operation succeeds conditional on the managed folder's current metageneration matching the value here specified.
↳ if_metageneration_not_match
int|string
The operation succeeds conditional on the managed folder's current metageneration NOT matching the value here specified.
↳ request_id
string
Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.
getName
Required. Name of the managed folder.
Format: projects/{project}/buckets/{bucket}/managedFolders/{managedFolder}
string
setName
Required. Name of the managed folder.
Format: projects/{project}/buckets/{bucket}/managedFolders/{managedFolder}
var
string
$this
getIfMetagenerationMatch
The operation succeeds conditional on the managed folder's current metageneration matching the value here specified.
int|string
hasIfMetagenerationMatch
clearIfMetagenerationMatch
setIfMetagenerationMatch
The operation succeeds conditional on the managed folder's current metageneration matching the value here specified.
var
int|string
$this
getIfMetagenerationNotMatch
The operation succeeds conditional on the managed folder's current metageneration NOT matching the value here specified.
int|string
hasIfMetagenerationNotMatch
clearIfMetagenerationNotMatch
setIfMetagenerationNotMatch
The operation succeeds conditional on the managed folder's current metageneration NOT matching the value here specified.
var
int|string
$this
getRequestId
Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.
string
setRequestId
Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.
var
string
$this
static::build
name
string
Required. Name of the managed folder.
Format: projects/{project}/buckets/{bucket}/managedFolders/{managedFolder}
Please see Google\Cloud\Storage\Control\V2\StorageControlClient::managedFolderName()
for help formatting this field.