Class: Google::Cloud::Bigquery::Storage::V1::ReadSession::TableModifiers

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/bigquery/storage/v1/stream.rb

Overview

Additional attributes when reading a table.

Instance Attribute Summary collapse

Instance Attribute Details

#snapshot_time::Google::Protobuf::Timestamp

Returns The snapshot time of the table. If not set, interpreted as now.

Returns:



98
99
100
101
# File 'proto_docs/google/cloud/bigquery/storage/v1/stream.rb', line 98

class TableModifiers
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end