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 Details

    • getPartitionsList

      List<MetastorePartition> getPartitionsList()
       Required. List of partitions.
       
      repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1 [(.google.api.field_behavior) = REQUIRED];
    • getPartitions

      MetastorePartition getPartitions(int index)
       Required. List of partitions.
       
      repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1 [(.google.api.field_behavior) = REQUIRED];
    • getPartitionsCount

      int getPartitionsCount()
       Required. List of partitions.
       
      repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1 [(.google.api.field_behavior) = REQUIRED];
    • getPartitionsOrBuilderList

      List<? extends MetastorePartitionOrBuilder> getPartitionsOrBuilderList()
       Required. List of partitions.
       
      repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1 [(.google.api.field_behavior) = REQUIRED];
    • getPartitionsOrBuilder

      MetastorePartitionOrBuilder getPartitionsOrBuilder(int index)
       Required. List of partitions.
       
      repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1 [(.google.api.field_behavior) = REQUIRED];