Class: Google::Cloud::Storage::Control::V2::GetStorageLayoutRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/storage/control/v2/storage_control.rb

Overview

Request message for GetStorageLayout.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the StorageLayout resource. Format: projects/{project}/buckets/{bucket}/storageLayout.

Returns:

  • (::String)

    Required. The name of the StorageLayout resource. Format: projects/{project}/buckets/{bucket}/storageLayout



325
326
327
328
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 325

class GetStorageLayoutRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#prefix::String

Returns An optional prefix used for permission check. It is useful when the caller only has limited permissions under a specific prefix.

Returns:

  • (::String)

    An optional prefix used for permission check. It is useful when the caller only has limited permissions under a specific prefix.



325
326
327
328
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 325

class GetStorageLayoutRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#request_id::String

Returns Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.

Returns:

  • (::String)

    Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.



325
326
327
328
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 325

class GetStorageLayoutRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end