Storage Control V2 API - Class Google::Cloud::Storage::Control::V2::RenameFolderMetadata (v1.0.0)

Reference documentation and code samples for the Storage Control V2 API class Google::Cloud::Storage::Control::V2::RenameFolderMetadata.

Message returned in the metadata field of the Operation resource for RenameFolder operations.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#common_metadata

def common_metadata() -> ::Google::Cloud::Storage::Control::V2::CommonLongRunningOperationMetadata
Returns

#common_metadata=

def common_metadata=(value) -> ::Google::Cloud::Storage::Control::V2::CommonLongRunningOperationMetadata
Parameter
Returns

#destination_folder_id

def destination_folder_id() -> ::String
Returns
  • (::String) — The path of the destination folder.

#destination_folder_id=

def destination_folder_id=(value) -> ::String
Parameter
  • value (::String) — The path of the destination folder.
Returns
  • (::String) — The path of the destination folder.

#source_folder_id

def source_folder_id() -> ::String
Returns
  • (::String) — The path of the source folder.

#source_folder_id=

def source_folder_id=(value) -> ::String
Parameter
  • value (::String) — The path of the source folder.
Returns
  • (::String) — The path of the source folder.