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

    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 created.
       
      repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;
    • getPartitions

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

      MetastorePartitionOrBuilder getPartitionsOrBuilder(int index)
       The list of metastore partitions that have been created.
       
      repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;