public static interface MutateRowsRequest.EntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Idempotency |
getIdempotency()
If set consistently across retries, prevents this mutation from being
double applied to aggregate column families within a 15m window.
|
IdempotencyOrBuilder |
getIdempotencyOrBuilder()
If set consistently across retries, prevents this mutation from being
double applied to aggregate column families within a 15m window.
|
Mutation |
getMutations(int index)
Required.
|
int |
getMutationsCount()
Required.
|
List<Mutation> |
getMutationsList()
Required.
|
MutationOrBuilder |
getMutationsOrBuilder(int index)
Required.
|
List<? extends MutationOrBuilder> |
getMutationsOrBuilderList()
Required.
|
com.google.protobuf.ByteString |
getRowKey()
The key of the row to which the `mutations` should be applied.
|
boolean |
hasIdempotency()
If set consistently across retries, prevents this mutation from being
double applied to aggregate column families within a 15m window.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getRowKey()
The key of the row to which the `mutations` should be applied.
bytes row_key = 1;List<Mutation> getMutationsList()
Required. Changes to be atomically applied to the specified row. Mutations are applied in order, meaning that earlier mutations can be masked by later ones. You must specify at least one mutation.
repeated .google.bigtable.v2.Mutation mutations = 2 [(.google.api.field_behavior) = REQUIRED];
Mutation getMutations(int index)
Required. Changes to be atomically applied to the specified row. Mutations are applied in order, meaning that earlier mutations can be masked by later ones. You must specify at least one mutation.
repeated .google.bigtable.v2.Mutation mutations = 2 [(.google.api.field_behavior) = REQUIRED];
int getMutationsCount()
Required. Changes to be atomically applied to the specified row. Mutations are applied in order, meaning that earlier mutations can be masked by later ones. You must specify at least one mutation.
repeated .google.bigtable.v2.Mutation mutations = 2 [(.google.api.field_behavior) = REQUIRED];
List<? extends MutationOrBuilder> getMutationsOrBuilderList()
Required. Changes to be atomically applied to the specified row. Mutations are applied in order, meaning that earlier mutations can be masked by later ones. You must specify at least one mutation.
repeated .google.bigtable.v2.Mutation mutations = 2 [(.google.api.field_behavior) = REQUIRED];
MutationOrBuilder getMutationsOrBuilder(int index)
Required. Changes to be atomically applied to the specified row. Mutations are applied in order, meaning that earlier mutations can be masked by later ones. You must specify at least one mutation.
repeated .google.bigtable.v2.Mutation mutations = 2 [(.google.api.field_behavior) = REQUIRED];
boolean hasIdempotency()
If set consistently across retries, prevents this mutation from being double applied to aggregate column families within a 15m window.
.google.bigtable.v2.Idempotency idempotency = 3;Idempotency getIdempotency()
If set consistently across retries, prevents this mutation from being double applied to aggregate column families within a 15m window.
.google.bigtable.v2.Idempotency idempotency = 3;IdempotencyOrBuilder getIdempotencyOrBuilder()
If set consistently across retries, prevents this mutation from being double applied to aggregate column families within a 15m window.
.google.bigtable.v2.Idempotency idempotency = 3;Copyright © 2026 Google LLC. All rights reserved.