Uses of Class
com.google.spanner.v1.BatchWriteResponse.Builder
-
Uses of BatchWriteResponse.Builder in com.google.spanner.v1
Methods in com.google.spanner.v1 that return BatchWriteResponse.BuilderModifier and TypeMethodDescriptionBatchWriteResponse.Builder.addAllIndexes(Iterable<? extends Integer> values) The mutation groups applied in this batch.BatchWriteResponse.Builder.addIndexes(int value) The mutation groups applied in this batch.BatchWriteResponse.Builder.clear()BatchWriteResponse.Builder.clearCommitTimestamp()The commit timestamp of the transaction that applied this batch.BatchWriteResponse.Builder.clearIndexes()The mutation groups applied in this batch.BatchWriteResponse.Builder.clearStatus()An `OK` status indicates success.BatchWriteResponse.Builder.mergeCommitTimestamp(com.google.protobuf.Timestamp value) The commit timestamp of the transaction that applied this batch.BatchWriteResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BatchWriteResponse.Builder.mergeFrom(com.google.protobuf.Message other) BatchWriteResponse.Builder.mergeFrom(BatchWriteResponse other) BatchWriteResponse.Builder.mergeStatus(Status value) An `OK` status indicates success.static BatchWriteResponse.BuilderBatchWriteResponse.newBuilder()static BatchWriteResponse.BuilderBatchWriteResponse.newBuilder(BatchWriteResponse prototype) BatchWriteResponse.newBuilderForType()protected BatchWriteResponse.BuilderBatchWriteResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BatchWriteResponse.Builder.setCommitTimestamp(com.google.protobuf.Timestamp value) The commit timestamp of the transaction that applied this batch.BatchWriteResponse.Builder.setCommitTimestamp(com.google.protobuf.Timestamp.Builder builderForValue) The commit timestamp of the transaction that applied this batch.BatchWriteResponse.Builder.setIndexes(int index, int value) The mutation groups applied in this batch.An `OK` status indicates success.BatchWriteResponse.Builder.setStatus(Status.Builder builderForValue) An `OK` status indicates success.BatchWriteResponse.toBuilder()