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 Summary
Modifier and TypeMethodDescriptionThe list of partitions.The list of partitions.The list of streams.The list of streams.booleanThe list of partitions.booleanThe list of streams.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
-
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
ListMetastorePartitionsResponse.ResponseCase getResponseCase()
-