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 Type
    Method
    Description
    getPartitions(int index)
    The list of metastore partitions that have been updated.
    int
    The list of metastore partitions that have been updated.
    The list of metastore partitions that have been updated.
    The list of metastore partitions that have been updated.
    The list of metastore partitions that have been updated.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      MetastorePartition getPartitions(int index)
       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

      MetastorePartitionOrBuilder getPartitionsOrBuilder(int index)
       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;