Concurrency.Builder.clear()
Indicates a batch read, must only be set to true, or unset.
Set only when batch is true.
Indicates a read at a consistent timestamp.
Concurrency.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Indicates a boundedly stale read that is at most N seconds stale.
Indicates a boundedly stale read that reads at a timestamp >= T.
Concurrency.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
True if exact_timestamp_micros is set, and the chosen timestamp is that of
a snapshot epoch.
If set, this is a snapshot epoch read constrained to read only the
specified log scope root table, and its children.
Indicates a read at a consistent timestamp that is specified relative to
now.
Indicates a strong read, must only be set to true, or unset.
Concurrency.Builder.clone()
Concurrency is for read-only transactions and must be omitted for
read-write transactions.
Concurrency.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Concurrency.Builder.mergeFrom(com.google.protobuf.Message other)
Concurrency.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
Concurrency.Builder.setBatch(boolean value)
Indicates a batch read, must only be set to true, or unset.
Set only when batch is true.
Indicates a read at a consistent timestamp.
Concurrency.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
Indicates a boundedly stale read that is at most N seconds stale.
Indicates a boundedly stale read that reads at a timestamp >= T.
Concurrency.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value)
True if exact_timestamp_micros is set, and the chosen timestamp is that of
a snapshot epoch.
If set, this is a snapshot epoch read constrained to read only the
specified log scope root table, and its children.
If set, this is a snapshot epoch read constrained to read only the
specified log scope root table, and its children.
Indicates a read at a consistent timestamp that is specified relative to
now.
Indicates a strong read, must only be set to true, or unset.
Concurrency.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)