Interface MetastorePartitionListOrBuilder (3.9.1)

public interface MetastorePartitionListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPartitions(int index)

public abstract MetastorePartition getPartitions(int index)

Required. List of partitions.

repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
MetastorePartition

getPartitionsCount()

public abstract int getPartitionsCount()

Required. List of partitions.

repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getPartitionsList()

public abstract List<MetastorePartition> getPartitionsList()

Required. List of partitions.

repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<MetastorePartition>

getPartitionsOrBuilder(int index)

public abstract MetastorePartitionOrBuilder getPartitionsOrBuilder(int index)

Required. List of partitions.

repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
MetastorePartitionOrBuilder

getPartitionsOrBuilderList()

public abstract List<? extends MetastorePartitionOrBuilder> getPartitionsOrBuilderList()

Required. List of partitions.

repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.cloud.bigquery.storage.v1alpha.MetastorePartitionOrBuilder>