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

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

Describes how the table was deleted.

Protobuf type google.cloud.audit.BigQueryAuditMetadata.TableDeletion.Reason

Namespace

Google \ Cloud \ Audit \ BigQueryAuditMetadata \ TableDeletion

Methods

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_DELETE_REQUEST

Value: 2

Table was deleted using the tables.delete API.

Generated from protobuf enum TABLE_DELETE_REQUEST = 2;

EXPIRED

Value: 3

Table expired.

Generated from protobuf enum EXPIRED = 3;

QUERY

Value: 4

Table deleted using a DDL query.

Generated from protobuf enum QUERY = 4;