@Generated
public interface IdempotencyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getStartTime()
Client-assigned timestamp when the mutation's first attempt was sent.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Client-assigned timestamp when the mutation's first attempt was sent.
|
com.google.protobuf.ByteString |
getToken()
Unique token used to identify replays of this mutation.
|
boolean |
hasStartTime()
Client-assigned timestamp when the mutation's first attempt was sent.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getToken()
Unique token used to identify replays of this mutation. Must be at least 8 bytes long.
bytes token = 1;boolean hasStartTime()
Client-assigned timestamp when the mutation's first attempt was sent. Used to reject mutations that arrive after idempotency protection may have expired. May cause spurious rejections if clock skew is too high. Leave unset or zero to always accept the mutation, at the risk of double counting if the protection for previous attempts has expired.
.google.protobuf.Timestamp start_time = 2;com.google.protobuf.Timestamp getStartTime()
Client-assigned timestamp when the mutation's first attempt was sent. Used to reject mutations that arrive after idempotency protection may have expired. May cause spurious rejections if clock skew is too high. Leave unset or zero to always accept the mutation, at the risk of double counting if the protection for previous attempts has expired.
.google.protobuf.Timestamp start_time = 2;com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Client-assigned timestamp when the mutation's first attempt was sent. Used to reject mutations that arrive after idempotency protection may have expired. May cause spurious rejections if clock skew is too high. Leave unset or zero to always accept the mutation, at the risk of double counting if the protection for previous attempts has expired.
.google.protobuf.Timestamp start_time = 2;Copyright © 2026 Google LLC. All rights reserved.