Reference documentation and code samples for the Google BigQuery Storage V1 Client class TableModifiers.
Additional attributes when reading a table.
Generated from protobuf message google.cloud.bigquery.storage.v1.ReadSession.TableModifiers
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ snapshot_time |
Google\Protobuf\Timestamp
The snapshot time of the table. If not set, interpreted as now. |
getSnapshotTime
The snapshot time of the table. If not set, interpreted as now.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasSnapshotTime
clearSnapshotTime
setSnapshotTime
The snapshot time of the table. If not set, interpreted as now.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |