Class BatchUpdatePartitionsResponse (0.76.0)

public final class BatchUpdatePartitionsResponse extends GeneratedMessage implements BatchUpdatePartitionsResponseOrBuilder

Response message for BatchUpdatePartitions.

Protobuf type google.cloud.biglake.hive.v1beta.BatchUpdatePartitionsResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > BatchUpdatePartitionsResponse

Static Fields

PARTITIONS_FIELD_NUMBER

public static final int PARTITIONS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static BatchUpdatePartitionsResponse getDefaultInstance()
Returns
Type Description
BatchUpdatePartitionsResponse

getDescriptor()

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

newBuilder()

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

newBuilder(BatchUpdatePartitionsResponse prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public BatchUpdatePartitionsResponse getDefaultInstanceForType()
Returns
Type Description
BatchUpdatePartitionsResponse

getParserForType()

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

getPartitions(int index)

public Partition getPartitions(int index)

The list of partitions that have been updated. A maximum of 900 partitions can be updated in a batch.

repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1;

Parameter
Name Description
index int
Returns
Type Description
Partition

getPartitionsCount()

public int getPartitionsCount()

The list of partitions that have been updated. A maximum of 900 partitions can be updated in a batch.

repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1;

Returns
Type Description
int

getPartitionsList()

public List<Partition> getPartitionsList()

The list of partitions that have been updated. A maximum of 900 partitions can be updated in a batch.

repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1;

Returns
Type Description
List<Partition>

getPartitionsOrBuilder(int index)

public PartitionOrBuilder getPartitionsOrBuilder(int index)

The list of partitions that have been updated. A maximum of 900 partitions can be updated in a batch.

repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1;

Parameter
Name Description
index int
Returns
Type Description
PartitionOrBuilder

getPartitionsOrBuilderList()

public List<? extends PartitionOrBuilder> getPartitionsOrBuilderList()

The list of partitions that have been updated. A maximum of 900 partitions can be updated in a batch.

repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1;

Returns
Type Description
List<? extends com.google.cloud.biglake.hive.v1beta.PartitionOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

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

newBuilderForType(AbstractMessage.BuilderParent parent)

protected BatchUpdatePartitionsResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
BatchUpdatePartitionsResponse.Builder
Overrides

toBuilder()

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

writeTo(CodedOutputStream output)

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