Interface ListPartitionsResponseOrBuilder (0.76.0)

public interface ListPartitionsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPartitions(int index)

public abstract Partition getPartitions(int index)

Output only. List of partitions.

repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
Partition

getPartitionsCount()

public abstract int getPartitionsCount()

Output only. List of partitions.

repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getPartitionsList()

public abstract List<Partition> getPartitionsList()

Output only. List of partitions.

repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<Partition>

getPartitionsOrBuilder(int index)

public abstract PartitionOrBuilder getPartitionsOrBuilder(int index)

Output only. List of partitions.

repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
PartitionOrBuilder

getPartitionsOrBuilderList()

public abstract List<? extends PartitionOrBuilder> getPartitionsOrBuilderList()

Output only. List of partitions.

repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.biglake.hive.v1beta.PartitionOrBuilder>