Google BigQuery Storage V1 Client - Class TableModifiers (1.5.0)

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

Namespace

Google \ Cloud \ BigQuery \ Storage \ V1 \ ReadSession

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Timestamp|null

hasSnapshotTime

clearSnapshotTime

setSnapshotTime

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

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this