public interface BatchDeleteVersionsMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFailedVersions(int index)
public abstract String getFailedVersions(int index)The versions the operation failed to delete.
repeated string failed_versions = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
int |
The count of failedVersions. |
getFailedVersionsList()
public abstract List<String> getFailedVersionsList()The versions the operation failed to delete.
repeated string failed_versions = 2;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the failedVersions. |