Class: Google::Cloud::Storage::Control::V2::RenameFolderMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Storage::Control::V2::RenameFolderMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/storage/control/v2/storage_control.rb
Overview
Message returned in the metadata field of the Operation resource for RenameFolder operations.
Instance Attribute Summary collapse
-
#common_metadata ⇒ ::Google::Cloud::Storage::Control::V2::CommonLongRunningOperationMetadata
Generic metadata for the long running operation.
-
#destination_folder_id ⇒ ::String
The path of the destination folder.
-
#source_folder_id ⇒ ::String
The path of the source folder.
Instance Attribute Details
#common_metadata ⇒ ::Google::Cloud::Storage::Control::V2::CommonLongRunningOperationMetadata
Returns Generic metadata for the long running operation.
262 263 264 265 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 262 class RenameFolderMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#destination_folder_id ⇒ ::String
Returns The path of the destination folder.
262 263 264 265 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 262 class RenameFolderMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_folder_id ⇒ ::String
Returns The path of the source folder.
262 263 264 265 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 262 class RenameFolderMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |