Interface TransactionOptions.ReadOnlyOrBuilder (2.29.1)
Stay organized with collections
Save and categorize content based on your preferences.
publicstaticinterface TransactionOptions.ReadOnlyOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getReadTime()
publicabstractTimestampgetReadTime()Reads entities at the given time.
This must be a microsecond precision timestamp within the past one hour, or if Point-in-Time Recovery is enabled, can additionally be a whole minute timestamp within the past 7 days.
.google.protobuf.Timestamp read_time = 1;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The readTime. |
getReadTimeOrBuilder()
publicabstractTimestampOrBuildergetReadTimeOrBuilder()Reads entities at the given time.
This must be a microsecond precision timestamp within the past one hour, or if Point-in-Time Recovery is enabled, can additionally be a whole minute timestamp within the past 7 days.
.google.protobuf.Timestamp read_time = 1;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasReadTime()
publicabstractbooleanhasReadTime()Reads entities at the given time.
This must be a microsecond precision timestamp within the past one hour, or if Point-in-Time Recovery is enabled, can additionally be a whole minute timestamp within the past 7 days.
.google.protobuf.Timestamp read_time = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the readTime field is set. |