Class: Google::Cloud::Storage::Control::V2::DeleteFolderRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Storage::Control::V2::DeleteFolderRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/storage/control/v2/storage_control.rb
Overview
Request message for DeleteFolder. 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.
135 136 137 138 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 135 class DeleteFolderRequest 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.
135 136 137 138 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 135 class DeleteFolderRequest 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}
.
135 136 137 138 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 135 class DeleteFolderRequest 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.
135 136 137 138 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 135 class DeleteFolderRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |