public interface ListMetastorePartitionsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPartitions()
public abstract MetastorePartitionList getPartitions()The list of partitions.
.google.cloud.bigquery.storage.v1alpha.MetastorePartitionList partitions = 1;
| Returns | |
|---|---|
| Type | Description |
MetastorePartitionList |
The partitions. |
getPartitionsOrBuilder()
public abstract MetastorePartitionListOrBuilder getPartitionsOrBuilder()The list of partitions.
.google.cloud.bigquery.storage.v1alpha.MetastorePartitionList partitions = 1;
| Returns | |
|---|---|
| Type | Description |
MetastorePartitionListOrBuilder |
|
getResponseCase()
public abstract ListMetastorePartitionsResponse.ResponseCase getResponseCase()| Returns | |
|---|---|
| Type | Description |
ListMetastorePartitionsResponse.ResponseCase |
|
getStreams()
public abstract StreamList getStreams()The list of streams.
.google.cloud.bigquery.storage.v1alpha.StreamList streams = 2;
| Returns | |
|---|---|
| Type | Description |
StreamList |
The streams. |
getStreamsOrBuilder()
public abstract StreamListOrBuilder getStreamsOrBuilder()The list of streams.
.google.cloud.bigquery.storage.v1alpha.StreamList streams = 2;
| Returns | |
|---|---|
| Type | Description |
StreamListOrBuilder |
|
hasPartitions()
public abstract boolean hasPartitions()The list of partitions.
.google.cloud.bigquery.storage.v1alpha.MetastorePartitionList partitions = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the partitions field is set. |
hasStreams()
public abstract boolean hasStreams()The list of streams.
.google.cloud.bigquery.storage.v1alpha.StreamList streams = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the streams field is set. |