public interface RenameFolderMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCommonMetadata()
public abstract CommonLongRunningOperationMetadata getCommonMetadata()Generic metadata for the long running operation.
.google.storage.control.v2.CommonLongRunningOperationMetadata common_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
CommonLongRunningOperationMetadata |
The commonMetadata. |
getCommonMetadataOrBuilder()
public abstract CommonLongRunningOperationMetadataOrBuilder getCommonMetadataOrBuilder()Generic metadata for the long running operation.
.google.storage.control.v2.CommonLongRunningOperationMetadata common_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
CommonLongRunningOperationMetadataOrBuilder |
|
getDestinationFolderId()
public abstract String getDestinationFolderId()The path of the destination folder.
string destination_folder_id = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The destinationFolderId. |
getDestinationFolderIdBytes()
public abstract ByteString getDestinationFolderIdBytes()The path of the destination folder.
string destination_folder_id = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for destinationFolderId. |
getSourceFolderId()
public abstract String getSourceFolderId()The path of the source folder.
string source_folder_id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The sourceFolderId. |
getSourceFolderIdBytes()
public abstract ByteString getSourceFolderIdBytes()The path of the source folder.
string source_folder_id = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sourceFolderId. |
hasCommonMetadata()
public abstract boolean hasCommonMetadata()Generic metadata for the long running operation.
.google.storage.control.v2.CommonLongRunningOperationMetadata common_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the commonMetadata field is set. |