Common Protos for Google Cloud APIs Client - Class Reason (0.4.2)

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 \ TableCreation

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;