Interface BatchCreateMetastorePartitionsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchCreateMetastorePartitionsResponse,BatchCreateMetastorePartitionsResponse.Builder
public interface BatchCreateMetastorePartitionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPartitions(int index) The list of metastore partitions that have been created.intThe list of metastore partitions that have been created.The list of metastore partitions that have been created.getPartitionsOrBuilder(int index) The list of metastore partitions that have been created.List<? extends MetastorePartitionOrBuilder>The list of metastore partitions that have been created.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 created.
repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1; -
getPartitions
The list of metastore partitions that have been created.
repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1; -
getPartitionsCount
int getPartitionsCount()The list of metastore partitions that have been created.
repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1; -
getPartitionsOrBuilderList
List<? extends MetastorePartitionOrBuilder> getPartitionsOrBuilderList()The list of metastore partitions that have been created.
repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1; -
getPartitionsOrBuilder
The list of metastore partitions that have been created.
repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;
-