Interface DeletePartitionOrBuilder (0.8.0)

public interface DeletePartitionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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 int

The 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 int

The 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.