Class BatchWriteResponse.Builder (6.82.0)

public static final class BatchWriteResponse.Builder extends GeneratedMessageV3.Builder<BatchWriteResponse.Builder> implements BatchWriteResponseOrBuilder

The result of applying a batch of mutations.

Protobuf type google.spanner.v1.BatchWriteResponse

Static Methods

getDescriptor()

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

Methods

addAllIndexes(Iterable<? extends Integer> values)

public BatchWriteResponse.Builder addAllIndexes(Iterable<? extends Integer> values)

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
values Iterable<? extends java.lang.Integer>

The indexes to add.

Returns
Type De