Class BatchCreateMetastorePartitionsResponse (3.9.1)

public final class BatchCreateMetastorePartitionsResponse extends GeneratedMessageV3 implements BatchCreateMetastorePartitionsResponseOrBuilder

Response message for BatchCreateMetastorePartitions.

Protobuf type google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > BatchCreateMetastorePartitionsResponse

Static Fields

PARTITIONS_FIELD_NUMBER

public static final int PARTITIONS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static BatchCreateMetastorePartitionsResponse getDefaultInstance()
Returns
Type Description
BatchCreateMetastorePartitionsResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static BatchCreateMetastorePartitionsResponse.Builder newBuilder()
Returns
Type Description
BatchCreateMetastorePartitionsResponse.Builder

newBuilder(BatchCreateMetastorePartitionsResponse prototype)

public static BatchCreateMetastorePartitionsResponse.Builder newBuilder(BatchCreateMetastorePartitionsResponse prototype)
Parameter
Name Description
prototype BatchCreateMetastorePartitionsResponse
Returns
Type Description
BatchCreateMetastorePartitionsResponse.Builder

parseDelimitedFrom(InputStream input)

public static BatchCreateMetastorePartitionsResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BatchCreateMetastorePartitionsResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchCreateMetastorePartitionsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchCreateMetastorePartitionsResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static BatchCreateMetastorePartitionsResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
BatchCreateMetastorePartitionsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static BatchCreateMetastorePartitionsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchCreateMetastorePartitionsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BatchCreateMetastorePartitionsResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
BatchCreateMetastorePartitionsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BatchCreateMetastorePartitionsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchCreateMetastorePartitionsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BatchCreateMetastorePartitionsResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
BatchCreateMetastorePartitionsResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchCreateMetastorePartitionsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchCreateMetastorePartitionsResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static BatchCreateMetastorePartitionsResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BatchCreateMetastorePartitionsResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchCreateMetastorePartitionsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchCreateMetastorePartitionsResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static BatchCreateMetastorePartitionsResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
BatchCreateMetastorePartitionsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BatchCreateMetastorePartitionsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchCreateMetastorePartitionsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<BatchCreateMetastorePartitionsResponse> parser()
Returns
Type Description
Parser<BatchCreateMetastorePartitionsResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public BatchCreateMetastorePartitionsResponse getDefaultInstanceForType()
Returns
Type Description
BatchCreateMetastorePartitionsResponse

getParserForType()

public Parser<BatchCreateMetastorePartitionsResponse> getParserForType()
Returns
Type Description
Parser<BatchCreateMetastorePartitionsResponse>
Overrides

getPartitions(int index)

public MetastorePartition getPartitions(int index)

The list of metastore partitions that have been created.

repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;

Parameter
Name Description
index int
Returns
Type Description
MetastorePartition

getPartitionsCount()

public int getPartitionsCount()

The list of metastore partitions that have been created.

repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;

Returns
Type Description
int

getPartitionsList()

public List<MetastorePartition> getPartitionsList()

The list of metastore partitions that have been created.

repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;

Returns
Type Description
List<MetastorePartition>

getPartitionsOrBuilder(int index)

public MetastorePartitionOrBuilder getPartitionsOrBuilder(int index)

The list of metastore partitions that have been created.

repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;

Parameter
Name Description
index int
Returns
Type Description
MetastorePartitionOrBuilder

getPartitionsOrBuilderList()

public List<? extends MetastorePartitionOrBuilder> getPartitionsOrBuilderList()

The list of metastore partitions that have been created.

repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;

Returns
Type Description
List<? extends com.google.cloud.bigquery.storage.v1alpha.MetastorePartitionOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public BatchCreateMetastorePartitionsResponse.Builder newBuilderForType()
Returns
Type Description
BatchCreateMetastorePartitionsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected BatchCreateMetastorePartitionsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
BatchCreateMetastorePartitionsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public BatchCreateMetastorePartitionsResponse.Builder toBuilder()
Returns
Type Description
BatchCreateMetastorePartitionsResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException