Class: Google::Cloud::Storage::Control::V2::GetManagedFolderRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Storage::Control::V2::GetManagedFolderRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/storage/control/v2/storage_control.rb
Overview
Request message for GetManagedFolder.
Instance Attribute Summary collapse
-
#if_metageneration_match ⇒ ::Integer
The operation succeeds conditional on the managed folder's current metageneration matching the value here specified.
-
#if_metageneration_not_match ⇒ ::Integer
The operation succeeds conditional on the managed folder's current metageneration NOT matching the value here specified.
-
#name ⇒ ::String
Required.
-
#request_id ⇒ ::String
Optional.
Instance Attribute Details
#if_metageneration_match ⇒ ::Integer
Returns The operation succeeds conditional on the managed folder's current metageneration matching the value here specified.
370 371 372 373 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 370 class GetManagedFolderRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#if_metageneration_not_match ⇒ ::Integer
Returns The operation succeeds conditional on the managed folder's current metageneration NOT matching the value here specified.
370 371 372 373 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 370 class GetManagedFolderRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. Name of the managed folder.
Format:
projects/{project}/buckets/{bucket}/managedFolders/{managedFolder}
.
370 371 372 373 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 370 class GetManagedFolderRequest 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.
370 371 372 373 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 370 class GetManagedFolderRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |