Package com.google.storage.control.v2
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 Summary
Modifier and TypeMethodDescriptionGeneric metadata for the long running operation.Generic metadata for the long running operation.The path of the destination folder.com.google.protobuf.ByteStringThe path of the destination folder.The path of the source folder.com.google.protobuf.ByteStringThe path of the source folder.booleanGeneric metadata for the long running operation.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
CommonLongRunningOperationMetadata 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.
-