Common Protos for Google Cloud APIs Client - Class TableChange (0.5.1)

Reference documentation and code samples for the Common Protos for Google Cloud APIs Client class TableChange.

Table metadata change event.

Generated from protobuf message google.cloud.audit.BigQueryAuditMetadata.TableChange

Namespace

Google \ Cloud \ Audit \ BigQueryAuditMetadata

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ table Google\Cloud\Audit\BigQueryAuditMetadata\Table

Updated table metadata.

↳ truncated bool

True if the table was truncated.

↳ reason int

Describes how the table metadata was changed.

↳ job_name string

The URI of the job that changed a table. Present if the reason is JOB or QUERY. Format: projects/<project_id>/jobs/<job_id>.

getTable

Updated table metadata.

Returns
Type Description
Google\Cloud\Audit\BigQueryAuditMetadata\Table|null

hasTable

clearTable

setTable

Updated table metadata.

Parameter
Name Description
var Google\Cloud\Audit\BigQueryAuditMetadata\Table
Returns
Type Description
$this

getTruncated

True if the table was truncated.

Returns
Type Description
bool

setTruncated

True if the table was truncated.

Parameter
Name Description
var bool
Returns
Type Description
$this

getReason

Describes how the table metadata was changed.

Returns
Type Description
int

setReason

Describes how the table metadata was changed.

Parameter
Name Description
var int
Returns
Type Description
$this

getJobName

The URI of the job that changed a table.

Present if the reason is JOB or QUERY. Format: projects/<project_id>/jobs/<job_id>.

Returns
Type Description
string

setJobName

The URI of the job that changed a table.

Present if the reason is JOB or QUERY. Format: projects/<project_id>/jobs/<job_id>.

Parameter
Name Description
var string
Returns
Type Description
$this