Class: Google::Cloud::Storage::Control::V2::GetFolderRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Storage::Control::V2::GetFolderRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/storage/control/v2/storage_control.rb
Overview
Request message for GetFolder. This operation is only applicable to a hierarchical namespace enabled bucket.
Instance Attribute Summary collapse
-
#if_metageneration_match ⇒ ::Integer
Makes the operation only succeed conditional on whether the folder's current metageneration matches the given value.
-
#if_metageneration_not_match ⇒ ::Integer
Makes the operation only succeed conditional on whether the folder's current metageneration does not match the given value.
-
#name ⇒ ::String
Required.
-
#request_id ⇒ ::String
Optional.
Instance Attribute Details
#if_metageneration_match ⇒ ::Integer
Returns Makes the operation only succeed conditional on whether the folder's current metageneration matches the given value.
80 81 82 83 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 80 class GetFolderRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#if_metageneration_not_match ⇒ ::Integer
Returns Makes the operation only succeed conditional on whether the folder's current metageneration does not match the given value.
80 81 82 83 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 80 class GetFolderRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. Name of the folder.
Format: projects/{project}/buckets/{bucket}/folders/{folder}
.
80 81 82 83 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 80 class GetFolderRequest 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.
80 81 82 83 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 80 class GetFolderRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |