public interface DeletePartitionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPartitions(int index)
public abstract String getPartitions(int index)Output only. Name of the partition to delete
repeated string partitions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The partitions at the given index. |
getPartitionsBytes(int index)
public abstract ByteString getPartitionsBytes(int index)Output only. Name of the partition to delete
repeated string partitions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the partitions at the given index. |
getPartitionsCount()
public abstract int getPartitionsCount()Output only. Name of the partition to delete
repeated string partitions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The count of partitions. |
getPartitionsList()
public abstract List<String> getPartitionsList()Output only. Name of the partition to delete
repeated string partitions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the partitions. |