Reference documentation and code samples for the Common Protos for Google Cloud APIs Client class Reason.
Describes how the table was created.
Protobuf type google.cloud.audit.BigQueryAuditMetadata.TableCreation.Reason
Namespace
Google \ Cloud \ Audit \ BigQueryAuditMetadata \ TableCreationMethods
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;
JOB
Value: 1
Table was created as a destination table during a query, load or copy job.
Generated from protobuf enum JOB = 1;
QUERY
Value: 2
Table was created using a DDL query.
Generated from protobuf enum QUERY = 2;
TABLE_INSERT_REQUEST
Value: 3
Table was created using the tables.create API.
Generated from protobuf enum TABLE_INSERT_REQUEST = 3;