Interface MetastorePartitionListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MetastorePartitionList,MetastorePartitionList.Builder
public interface MetastorePartitionListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPartitions(int index) Required.intRequired.Required.getPartitionsOrBuilder(int index) Required.List<? extends MetastorePartitionOrBuilder>Required.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()Required. List of partitions.
repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1 [(.google.api.field_behavior) = REQUIRED]; -
getPartitions
Required. List of partitions.
repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1 [(.google.api.field_behavior) = REQUIRED]; -
getPartitionsCount
int getPartitionsCount()Required. List of partitions.
repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1 [(.google.api.field_behavior) = REQUIRED]; -
getPartitionsOrBuilderList
List<? extends MetastorePartitionOrBuilder> getPartitionsOrBuilderList()Required. List of partitions.
repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1 [(.google.api.field_behavior) = REQUIRED]; -
getPartitionsOrBuilder
Required. List of partitions.
repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1 [(.google.api.field_behavior) = REQUIRED];
-