Class: Google::Cloud::Bigquery::Storage::V1::ReadSession::TableModifiers
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Storage::V1::ReadSession::TableModifiers
- 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
-
#snapshot_time ⇒ ::Google::Protobuf::Timestamp
The snapshot time of the table.
Instance Attribute Details
#snapshot_time ⇒ ::Google::Protobuf::Timestamp
Returns The snapshot time of the table. If not set, interpreted as now.
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 |