Class BatchWriteResponse (6.66.0)

public final class BatchWriteResponse extends GeneratedMessageV3 implements BatchWriteResponseOrBuilder

The result of applying a batch of mutations.

Protobuf type google.spanner.v1.BatchWriteResponse

Static Fields

COMMIT_TIMESTAMP_FIELD_NUMBER

public static final int COMMIT_TIMESTAMP_FIELD_NUMBER
Field Value
Type Description
int

INDEXES_FIELD_NUMBER

public static final int INDEXES_FIELD_NUMBER
Field Value
Type Description
int

STATUS_FIELD_NUMBER

public static final int STATUS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static BatchWriteResponse getDefaultInstance()
Returns
Type Description
BatchWriteResponse

getDescriptor()

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

newBuilder()

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

newBuilder(BatchWriteResponse prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getCommitTimestamp()

public Timestamp getCommitTimestamp()

The commit timestamp of the transaction that applied this batch. Present if status is OK, absent otherwise.

.google.protobuf.Timestamp commit_timestamp = 3;

Returns
Type Description
Timestamp

The commitTimestamp.

getCommitTimestampOrBuilder()

public TimestampOrBuilder getCommitTimestampOrBuilder()

The commit timestamp of the transaction that applied this batch. Present if status is OK, absent otherwise.

.google.protobuf.Timestamp commit_timestamp = 3;

Returns
Type Description
TimestampOrBuilder

getDefaultInstanceForType()

public BatchWriteResponse getDefaultInstanceForType()
Returns
Type Description
BatchWriteResponse

getIndexes(int index)

public int getIndexes(int index)

The mutation groups applied in this batch. The values index into the mutation_groups field in the corresponding BatchWriteRequest.

repeated int32 indexes = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
int

The indexes at the given index.

getIndexesCount()

public int getIndexesCount()

The mutation groups applied in this batch. The values index into the mutation_groups field in the corresponding BatchWriteRequest.

repeated int32 indexes = 1;

Returns
Type Description
int

The count of indexes.

getIndexesList()

public List<Integer> getIndexesList()

The mutation groups applied in this batch. The values index into the mutation_groups field in the corresponding BatchWriteRequest.

repeated int32 indexes = 1;

Returns
Type Description
List<Integer>

A list containing the indexes.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getStatus()

public Status getStatus()

An OK status indicates success. Any other status indicates a failure.

.google.rpc.Status status = 2;

Returns
Type Description
com.google.rpc.Status

The status.

getStatusOrBuilder()

public StatusOrBuilder getStatusOrBuilder()

An OK status indicates success. Any other status indicates a failure.

.google.rpc.Status status = 2;

Returns
Type Description
com.google.rpc.StatusOrBuilder

hasCommitTimestamp()

public boolean hasCommitTimestamp()

The commit timestamp of the transaction that applied this batch. Present if status is OK, absent otherwise.

.google.protobuf.Timestamp commit_timestamp = 3;

Returns
Type Description
boolean

Whether the commitTimestamp field is set.

hasStatus()

public boolean hasStatus()

An OK status indicates success. Any other status indicates a failure.

.google.rpc.Status status = 2;

Returns
Type Description
boolean

Whether the status field is set.

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 BatchWriteResponse.Builder newBuilderForType()
Returns
Type Description
BatchWriteResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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