class Google::Apis::SpannerV1::ReadOnly

Message type to initiate a read-only transaction.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @exact_staleness = args[:exact_staleness] if args.key?(:exact_staleness)
  @max_staleness = args[:max_staleness] if args.key?(:max_staleness)
  @min_read_timestamp = args[:min_read_timestamp] if args.key?(:min_read_timestamp)
  @read_timestamp = args[:read_timestamp] if args.key?(:read_timestamp)
  @return_read_timestamp = args[:return_read_timestamp] if args.key?(:return_read_timestamp)
  @strong = args[:strong] if args.key?(:strong)
end