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

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

Priority given to the query.

Protobuf type google.cloud.audit.BigQueryAuditMetadata.JobConfig.Query.Priority

Namespace

Google \ Cloud \ Audit \ BigQueryAuditMetadata \ JobConfig \ Query

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PRIORITY_UNSPECIFIED

Value: 0

Unknown.

Generated from protobuf enum PRIORITY_UNSPECIFIED = 0;

QUERY_INTERACTIVE

Value: 1

Interactive query.

Generated from protobuf enum QUERY_INTERACTIVE = 1;

QUERY_BATCH

Value: 2

Batch query.

Generated from protobuf enum QUERY_BATCH = 2;