Interface RenameFolderMetadataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RenameFolderMetadata, RenameFolderMetadata.Builder

public interface RenameFolderMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasCommonMetadata

      boolean hasCommonMetadata()
       Generic metadata for the long running operation.
       
      .google.storage.control.v2.CommonLongRunningOperationMetadata common_metadata = 1;
      Returns:
      Whether the commonMetadata field is set.
    • getCommonMetadata

       Generic metadata for the long running operation.
       
      .google.storage.control.v2.CommonLongRunningOperationMetadata common_metadata = 1;
      Returns:
      The commonMetadata.
    • getCommonMetadataOrBuilder

      CommonLongRunningOperationMetadataOrBuilder getCommonMetadataOrBuilder()
       Generic metadata for the long running operation.
       
      .google.storage.control.v2.CommonLongRunningOperationMetadata common_metadata = 1;
    • getSourceFolderId

      String getSourceFolderId()
       The path of the source folder.
       
      string source_folder_id = 2;
      Returns:
      The sourceFolderId.
    • getSourceFolderIdBytes

      com.google.protobuf.ByteString getSourceFolderIdBytes()
       The path of the source folder.
       
      string source_folder_id = 2;
      Returns:
      The bytes for sourceFolderId.
    • getDestinationFolderId

      String getDestinationFolderId()
       The path of the destination folder.
       
      string destination_folder_id = 3;
      Returns:
      The destinationFolderId.
    • getDestinationFolderIdBytes

      com.google.protobuf.ByteString getDestinationFolderIdBytes()
       The path of the destination folder.
       
      string destination_folder_id = 3;
      Returns:
      The bytes for destinationFolderId.