Class: Google::Cloud::Storage::Control::V2::RenameFolderMetadata

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#common_metadata::Google::Cloud::Storage::Control::V2::CommonLongRunningOperationMetadata

Returns Generic metadata for the long running operation.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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