| Modifier and Type | Method and Description |
|---|---|
Idempotency.Builder |
Idempotency.Builder.clear() |
Idempotency.Builder |
Idempotency.Builder.clearStartTime()
Client-assigned timestamp when the mutation's first attempt was sent.
|
Idempotency.Builder |
Idempotency.Builder.clearToken()
Unique token used to identify replays of this mutation.
|
Idempotency.Builder |
MutateRowsRequest.Entry.Builder.getIdempotencyBuilder()
If set consistently across retries, prevents this mutation from being
double applied to aggregate column families within a 15m window.
|
Idempotency.Builder |
MutateRowRequest.Builder.getIdempotencyBuilder()
If set consistently across retries, prevents this mutation from being
double applied to aggregate column families within a 15m window.
|
Idempotency.Builder |
Idempotency.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Idempotency.Builder |
Idempotency.Builder.mergeFrom(Idempotency other) |
Idempotency.Builder |
Idempotency.Builder.mergeFrom(com.google.protobuf.Message other) |
Idempotency.Builder |
Idempotency.Builder.mergeStartTime(com.google.protobuf.Timestamp value)
Client-assigned timestamp when the mutation's first attempt was sent.
|
static Idempotency.Builder |
Idempotency.newBuilder() |
static Idempotency.Builder |
Idempotency.newBuilder(Idempotency prototype) |
Idempotency.Builder |
Idempotency.newBuilderForType() |
protected Idempotency.Builder |
Idempotency.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
Idempotency.Builder |
Idempotency.Builder.setStartTime(com.google.protobuf.Timestamp.Builder builderForValue)
Client-assigned timestamp when the mutation's first attempt was sent.
|
Idempotency.Builder |
Idempotency.Builder.setStartTime(com.google.protobuf.Timestamp value)
Client-assigned timestamp when the mutation's first attempt was sent.
|
Idempotency.Builder |
Idempotency.Builder.setToken(com.google.protobuf.ByteString value)
Unique token used to identify replays of this mutation.
|
Idempotency.Builder |
Idempotency.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
MutateRowsRequest.Entry.Builder |
MutateRowsRequest.Entry.Builder.setIdempotency(Idempotency.Builder builderForValue)
If set consistently across retries, prevents this mutation from being
double applied to aggregate column families within a 15m window.
|
MutateRowRequest.Builder |
MutateRowRequest.Builder.setIdempotency(Idempotency.Builder builderForValue)
If set consistently across retries, prevents this mutation from being
double applied to aggregate column families within a 15m window.
|
Copyright © 2026 Google LLC. All rights reserved.