Class: Google::Cloud::Storage::Control::V2::RenameFolderRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Storage::Control::V2::RenameFolderRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/storage/control/v2/storage_control.rb
Overview
Request message for RenameFolder. This operation is only applicable to a hierarchical namespace enabled bucket.
Instance Attribute Summary collapse
-
#destination_folder_id ⇒ ::String
Required.
-
#if_metageneration_match ⇒ ::Integer
Makes the operation only succeed conditional on whether the source folder's current metageneration matches the given value.
-
#if_metageneration_not_match ⇒ ::Integer
Makes the operation only succeed conditional on whether the source folder's current metageneration does not match the given value.
-
#name ⇒ ::String
Required.
-
#request_id ⇒ ::String
Optional.
Instance Attribute Details
#destination_folder_id ⇒ ::String
Returns Required. The destination folder ID, e.g. foo/bar/
.
219 220 221 222 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 219 class RenameFolderRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#if_metageneration_match ⇒ ::Integer
Returns Makes the operation only succeed conditional on whether the source folder's current metageneration matches the given value.
219 220 221 222 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 219 class RenameFolderRequest 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 source folder's current metageneration does not match the given value.
219 220 221 222 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 219 class RenameFolderRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. Name of the source folder being renamed.
Format: projects/{project}/buckets/{bucket}/folders/{folder}
.
219 220 221 222 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 219 class RenameFolderRequest 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. This request is only
idempotent if a request_id
is provided.
219 220 221 222 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 219 class RenameFolderRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |