Interface ListMetastorePartitionsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListMetastorePartitionsResponse, ListMetastorePartitionsResponse.Builder

public interface ListMetastorePartitionsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasPartitions

      boolean hasPartitions()
       The list of partitions.
       
      .google.cloud.bigquery.storage.v1beta.MetastorePartitionList partitions = 1;
      Returns:
      Whether the partitions field is set.
    • getPartitions

      MetastorePartitionList getPartitions()
       The list of partitions.
       
      .google.cloud.bigquery.storage.v1beta.MetastorePartitionList partitions = 1;
      Returns:
      The partitions.
    • getPartitionsOrBuilder

      MetastorePartitionListOrBuilder getPartitionsOrBuilder()
       The list of partitions.
       
      .google.cloud.bigquery.storage.v1beta.MetastorePartitionList partitions = 1;
    • hasStreams

      boolean hasStreams()
       The list of streams.
       
      .google.cloud.bigquery.storage.v1beta.StreamList streams = 2;
      Returns:
      Whether the streams field is set.
    • getStreams

      StreamList getStreams()
       The list of streams.
       
      .google.cloud.bigquery.storage.v1beta.StreamList streams = 2;
      Returns:
      The streams.
    • getStreamsOrBuilder

      StreamListOrBuilder getStreamsOrBuilder()
       The list of streams.
       
      .google.cloud.bigquery.storage.v1beta.StreamList streams = 2;
    • getResponseCase