Interface BatchCreateMetastorePartitionsResponseOrBuilder (3.9.0)

public interface BatchCreateMetastorePartitionsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPartitions(int index)

public abstract MetastorePartition getPartitions(int index)

The list of metastore partitions that have been created.

repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;

Parameter
Name Description
index int
Returns
Type Description
MetastorePartition

getPartitionsCount()

public abstract int getPartitionsCount()

The list of metastore partitions that have been created.

repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;

Returns
Type Description
int

getPartitionsList()

public abstract List<MetastorePartition> getPartitionsList()

The list of metastore partitions that have been created.

repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;

Returns
Type Description
List<MetastorePartition>

getPartitionsOrBuilder(int index)

public abstract MetastorePartitionOrBuilder getPartitionsOrBuilder(int index)

The list of metastore partitions that have been created.

repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;

Parameter
Name Description
index int
Returns
Type Description
MetastorePartitionOrBuilder

getPartitionsOrBuilderList()

public abstract List<? extends MetastorePartitionOrBuilder> getPartitionsOrBuilderList()

The list of metastore partitions that have been created.

repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;

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