| Modifier and Type | Class and Description |
|---|---|
class |
Idempotency
Parameters on mutations where clients want to ensure idempotency (i.e.
|
static class |
Idempotency.Builder
Parameters on mutations where clients want to ensure idempotency (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
IdempotencyOrBuilder |
MutateRowsRequest.EntryOrBuilder.getIdempotencyOrBuilder()
If set consistently across retries, prevents this mutation from being
double applied to aggregate column families within a 15m window.
|
IdempotencyOrBuilder |
MutateRowsRequest.Entry.getIdempotencyOrBuilder()
If set consistently across retries, prevents this mutation from being
double applied to aggregate column families within a 15m window.
|
IdempotencyOrBuilder |
MutateRowsRequest.Entry.Builder.getIdempotencyOrBuilder()
If set consistently across retries, prevents this mutation from being
double applied to aggregate column families within a 15m window.
|
IdempotencyOrBuilder |
MutateRowRequest.getIdempotencyOrBuilder()
If set consistently across retries, prevents this mutation from being
double applied to aggregate column families within a 15m window.
|
IdempotencyOrBuilder |
MutateRowRequest.Builder.getIdempotencyOrBuilder()
If set consistently across retries, prevents this mutation from being
double applied to aggregate column families within a 15m window.
|
IdempotencyOrBuilder |
MutateRowRequestOrBuilder.getIdempotencyOrBuilder()
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.