| Modifier and Type | Method and Description |
|---|---|
Idempotency |
Idempotency.Builder.build() |
Idempotency |
Idempotency.Builder.buildPartial() |
static Idempotency |
Idempotency.getDefaultInstance() |
Idempotency |
Idempotency.getDefaultInstanceForType() |
Idempotency |
Idempotency.Builder.getDefaultInstanceForType() |
Idempotency |
MutateRowsRequest.EntryOrBuilder.getIdempotency()
If set consistently across retries, prevents this mutation from being
double applied to aggregate column families within a 15m window.
|
Idempotency |
MutateRowsRequest.Entry.getIdempotency()
If set consistently across retries, prevents this mutation from being
double applied to aggregate column families within a 15m window.
|
Idempotency |
MutateRowsRequest.Entry.Builder.getIdempotency()
If set consistently across retries, prevents this mutation from being
double applied to aggregate column families within a 15m window.
|
Idempotency |
MutateRowRequest.getIdempotency()
If set consistently across retries, prevents this mutation from being
double applied to aggregate column families within a 15m window.
|
Idempotency |
MutateRowRequest.Builder.getIdempotency()
If set consistently across retries, prevents this mutation from being
double applied to aggregate column families within a 15m window.
|
Idempotency |
MutateRowRequestOrBuilder.getIdempotency()
If set consistently across retries, prevents this mutation from being
double applied to aggregate column families within a 15m window.
|
static Idempotency |
Idempotency.parseDelimitedFrom(InputStream input) |
static Idempotency |
Idempotency.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Idempotency |
Idempotency.parseFrom(byte[] data) |
static Idempotency |
Idempotency.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Idempotency |
Idempotency.parseFrom(ByteBuffer data) |
static Idempotency |
Idempotency.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Idempotency |
Idempotency.parseFrom(com.google.protobuf.ByteString data) |
static Idempotency |
Idempotency.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Idempotency |
Idempotency.parseFrom(com.google.protobuf.CodedInputStream input) |
static Idempotency |
Idempotency.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Idempotency |
Idempotency.parseFrom(InputStream input) |
static Idempotency |
Idempotency.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Idempotency> |
Idempotency.getParserForType() |
static com.google.protobuf.Parser<Idempotency> |
Idempotency.parser() |
| Modifier and Type | Method and Description |
|---|---|
Idempotency.Builder |
Idempotency.Builder.mergeFrom(Idempotency other) |
MutateRowsRequest.Entry.Builder |
MutateRowsRequest.Entry.Builder.mergeIdempotency(Idempotency value)
If set consistently across retries, prevents this mutation from being
double applied to aggregate column families within a 15m window.
|
MutateRowRequest.Builder |
MutateRowRequest.Builder.mergeIdempotency(Idempotency value)
If set consistently across retries, prevents this mutation from being
double applied to aggregate column families within a 15m window.
|
static Idempotency.Builder |
Idempotency.newBuilder(Idempotency prototype) |
MutateRowsRequest.Entry.Builder |
MutateRowsRequest.Entry.Builder.setIdempotency(Idempotency value)
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 value)
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.