Interface TransactionOptions.ReadOnlyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TransactionOptions.ReadOnly, TransactionOptions.ReadOnly.Builder
Enclosing class:
TransactionOptions

public static interface TransactionOptions.ReadOnlyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Timestamp
    Reads entities at the given time.
    com.google.protobuf.TimestampOrBuilder
    Reads entities at the given time.
    boolean
    Reads entities at the given time.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasReadTime

      boolean hasReadTime()
       Reads entities at the given time.
       This may not be older than 60 seconds.
       
      .google.protobuf.Timestamp read_time = 1;
      Returns:
      Whether the readTime field is set.
    • getReadTime

      com.google.protobuf.Timestamp getReadTime()
       Reads entities at the given time.
       This may not be older than 60 seconds.
       
      .google.protobuf.Timestamp read_time = 1;
      Returns:
      The readTime.
    • getReadTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder()
       Reads entities at the given time.
       This may not be older than 60 seconds.
       
      .google.protobuf.Timestamp read_time = 1;