Interface DeleteFolderRecursiveMetadataOrBuilder (2.63.0)

public interface DeleteFolderRecursiveMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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

getFolderId()

public abstract String getFolderId()

The path of the folder recursively deleted.

string folder_id = 2;

Returns
Type Description
String

The folderId.

getFolderIdBytes()

public abstract ByteString getFolderIdBytes()

The path of the folder recursively deleted.

string folder_id = 2;

Returns
Type Description
ByteString

The bytes for folderId.

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.