Reference documentation and code samples for the Google Cloud Storage Control V2 Client class GetStorageLayoutRequest.
Request message for GetStorageLayout.
Generated from protobuf message google.storage.control.v2.GetStorageLayoutRequest
Namespace
Google \ Cloud \ Storage \ Control \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the StorageLayout resource. Format: projects/{project}/buckets/{bucket}/storageLayout
↳ prefix
string
An optional prefix used for permission check. It is useful when the caller only has limited permissions under a specific prefix.
↳ request_id
string
Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.
getName
Required. The name of the StorageLayout resource.
Format: projects/{project}/buckets/{bucket}/storageLayout
string
setName
Required. The name of the StorageLayout resource.
Format: projects/{project}/buckets/{bucket}/storageLayout
var
string
$this
getPrefix
An optional prefix used for permission check. It is useful when the caller only has limited permissions under a specific prefix.
string
setPrefix
An optional prefix used for permission check. It is useful when the caller only has limited permissions under a specific prefix.
var
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. The name of the StorageLayout resource.
Format: projects/{project}/buckets/{bucket}/storageLayout
Please see StorageControlClient::storageLayoutName()
for help formatting this field.