Interface BatchDeleteVersionsMetadataOrBuilder (1.40.0)

public interface BatchDeleteVersionsMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFailedVersions(int index)

public abstract String getFailedVersions(int index)

The versions the operation failed to delete.

repeated string failed_versions = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The failedVersions at the given index.

getFailedVersionsBytes(int index)

public abstract ByteString getFailedVersionsBytes(int index)

The versions the operation failed to delete.

repeated string failed_versions = 2;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the failedVersions at the given index.

getFailedVersionsCount()

public abstract int getFailedVersionsCount()

The versions the operation failed to delete.

repeated string failed_versions = 2;

Returns
TypeDescription
int

The count of failedVersions.

getFailedVersionsList()

public abstract List<String> getFailedVersionsList()

The versions the operation failed to delete.

repeated string failed_versions = 2;

Returns
TypeDescription
List<String>

A list containing the failedVersions.