public static interface TransactionOptions.ReadOnlyOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
TransactionOptions.ReadOnly.ConsistencySelectorCase |
getConsistencySelectorCase() |
com.google.protobuf.Timestamp |
getReadTime()
Reads documents at the given time.
|
com.google.protobuf.TimestampOrBuilder |
getReadTimeOrBuilder()
Reads documents at the given time.
|
boolean |
hasReadTime()
Reads documents at the given time.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasReadTime()
Reads documents at the given time. This may not be older than 60 seconds.
.google.protobuf.Timestamp read_time = 2;
com.google.protobuf.Timestamp getReadTime()
Reads documents at the given time. This may not be older than 60 seconds.
.google.protobuf.Timestamp read_time = 2;
com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder()
Reads documents at the given time. This may not be older than 60 seconds.
.google.protobuf.Timestamp read_time = 2;
TransactionOptions.ReadOnly.ConsistencySelectorCase getConsistencySelectorCase()
Copyright © 2023 Google LLC. All rights reserved.