Interface BatchUpdateMetastorePartitionsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchUpdateMetastorePartitionsResponse,BatchUpdateMetastorePartitionsResponse.Builder
public interface BatchUpdateMetastorePartitionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPartitions(int index) The list of metastore partitions that have been updated.intThe list of metastore partitions that have been updated.The list of metastore partitions that have been updated.getPartitionsOrBuilder(int index) The list of metastore partitions that have been updated.List<? extends MetastorePartitionOrBuilder>The list of metastore partitions that have been updated.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPartitionsList
List<MetastorePartition> getPartitionsList()The list of metastore partitions that have been updated. A maximum of 900 partitions can be updated in a batch.
repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1; -
getPartitions
The list of metastore partitions that have been updated. A maximum of 900 partitions can be updated in a batch.
repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1; -
getPartitionsCount
int getPartitionsCount()The list of metastore partitions that have been updated. A maximum of 900 partitions can be updated in a batch.
repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1; -
getPartitionsOrBuilderList
List<? extends MetastorePartitionOrBuilder> getPartitionsOrBuilderList()The list of metastore partitions that have been updated. A maximum of 900 partitions can be updated in a batch.
repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1; -
getPartitionsOrBuilder
The list of metastore partitions that have been updated. A maximum of 900 partitions can be updated in a batch.
repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
-