public final class ListMetastorePartitionsResponse extends GeneratedMessageV3 implements ListMetastorePartitionsResponseOrBuilder
Response message for ListMetastorePartitions.
Protobuf type google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ListMetastorePartitionsResponseImplements
ListMetastorePartitionsResponseOrBuilderStatic Fields
PARTITIONS_FIELD_NUMBER
public static final int PARTITIONS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
STREAMS_FIELD_NUMBER
public static final int STREAMS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ListMetastorePartitionsResponse getDefaultInstance()
Returns | |
---|---|
Type | Description |
ListMetastorePartitionsResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static ListMetastorePartitionsResponse.Builder newBuilder()
Returns | |
---|---|
Type | Description |
ListMetastorePartitionsResponse.Builder |
newBuilder(ListMetastorePartitionsResponse prototype)
public static ListMetastorePartitionsResponse.Builder newBuilder(ListMetastorePartitionsResponse prototype)
Parameter | |
---|---|
Name | Description |
prototype |
ListMetastorePartitionsResponse |
Returns | |
---|---|
Type | Description |
ListMetastorePartitionsResponse.Builder |
parseDelimitedFrom(InputStream input)
public static ListMetastorePartitionsResponse parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ListMetastorePartitionsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListMetastorePartitionsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListMetastorePartitionsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static ListMetastorePartitionsResponse parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
ListMetastorePartitionsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListMetastorePartitionsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListMetastorePartitionsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ListMetastorePartitionsResponse parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
ListMetastorePartitionsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListMetastorePartitionsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListMetastorePartitionsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ListMetastorePartitionsResponse parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
ListMetastorePartitionsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListMetastorePartitionsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListMetastorePartitionsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static ListMetastorePartitionsResponse parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ListMetastorePartitionsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListMetastorePartitionsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListMetastorePartitionsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ListMetastorePartitionsResponse parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
ListMetastorePartitionsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListMetastorePartitionsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListMetastorePartitionsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ListMetastorePartitionsResponse> parser()
Returns | |
---|---|
Type | Description |
Parser<ListMetastorePartitionsResponse> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public ListMetastorePartitionsResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ListMetastorePartitionsResponse |
getParserForType()
public Parser<ListMetastorePartitionsResponse> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<ListMetastorePartitionsResponse> |
getPartitions()
public MetastorePartitionList getPartitions()
The list of partitions.
.google.cloud.bigquery.storage.v1alpha.MetastorePartitionList partitions = 1;
Returns | |
---|---|
Type | Description |
MetastorePartitionList |
The partitions. |
getPartitionsOrBuilder()
public MetastorePartitionListOrBuilder getPartitionsOrBuilder()
The list of partitions.
.google.cloud.bigquery.storage.v1alpha.MetastorePartitionList partitions = 1;
Returns | |
---|---|
Type | Description |
MetastorePartitionListOrBuilder |
getResponseCase()
public ListMetastorePartitionsResponse.ResponseCase getResponseCase()
Returns | |
---|---|
Type | Description |
ListMetastorePartitionsResponse.ResponseCase |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getStreams()
public StreamList getStreams()
The list of streams.
.google.cloud.bigquery.storage.v1alpha.StreamList streams = 2;
Returns | |
---|---|
Type | Description |
StreamList |
The streams. |
getStreamsOrBuilder()
public StreamListOrBuilder getStreamsOrBuilder()
The list of streams.
.google.cloud.bigquery.storage.v1alpha.StreamList streams = 2;
Returns | |
---|---|
Type | Description |
StreamListOrBuilder |
hasPartitions()
public 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 boolean hasStreams()
The list of streams.
.google.cloud.bigquery.storage.v1alpha.StreamList streams = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the streams field is set. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public ListMetastorePartitionsResponse.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
ListMetastorePartitionsResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListMetastorePartitionsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
ListMetastorePartitionsResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public ListMetastorePartitionsResponse.Builder toBuilder()
Returns | |
---|---|
Type | Description |
ListMetastorePartitionsResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |