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

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

Describes whether a job should create a destination table if it doesn't exist.

Protobuf type google.cloud.audit.BigQueryAuditMetadata.CreateDisposition

Namespace

Google \ Cloud \ Audit \ BigQueryAuditMetadata

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CREATE_DISPOSITION_UNSPECIFIED

Value: 0

Unknown.

Generated from protobuf enum CREATE_DISPOSITION_UNSPECIFIED = 0;

CREATE_NEVER

Value: 1

This job should never create tables.

Generated from protobuf enum CREATE_NEVER = 1;

CREATE_IF_NEEDED

Value: 2

This job should create a table if it doesn't already exist.

Generated from protobuf enum CREATE_IF_NEEDED = 2;