Reference documentation and code samples for the Common Protos for Google Cloud APIs Client class Reason.
Describes how the table metadata was changed.
Protobuf type google.cloud.audit.BigQueryAuditMetadata.TableChange.Reason
Namespace
Google \ Cloud \ Audit \ BigQueryAuditMetadata \ TableChangeMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
REASON_UNSPECIFIED
Value: 0
Unknown.
Generated from protobuf enum REASON_UNSPECIFIED = 0;
TABLE_UPDATE_REQUEST
Value: 1
Table metadata was updated using the tables.update or tables.patch API.
Generated from protobuf enum TABLE_UPDATE_REQUEST = 1;
JOB
Value: 2
Table was used as a job destination table.
Generated from protobuf enum JOB = 2;
QUERY
Value: 3
Table metadata was updated using a DML or DDL query.
Generated from protobuf enum QUERY = 3;