Enum InvocationConfig.QueryPriority (0.84.0)

public enum InvocationConfig.QueryPriority extends Enum<InvocationConfig.QueryPriority> implements ProtocolMessageEnum

Types of priority for query execution in BigQuery.

Protobuf enum google.cloud.dataform.v1beta1.InvocationConfig.QueryPriority

Implements

ProtocolMessageEnum

Static Fields

Name Description
BATCH

Query will be executed in BigQuery with batch priority. More information can be found at https://cloud.google.com/bigquery/docs/running-queries#batchqueries.

BATCH = 2;

BATCH_VALUE

Query will be executed in BigQuery with batch priority. More information can be found at https://cloud.google.com/bigquery/docs/running-queries#batchqueries.

BATCH = 2;

INTERACTIVE

Query will be executed in BigQuery with interactive priority. More information can be found at https://cloud.google.com/bigquery/docs/running-queries#queries.

INTERACTIVE = 1;

INTERACTIVE_VALUE

Query will be executed in BigQuery with interactive priority. More information can be found at https://cloud.google.com/bigquery/docs/running-queries#queries.

INTERACTIVE = 1;

QUERY_PRIORITY_UNSPECIFIED

Default value. This value is unused.

QUERY_PRIORITY_UNSPECIFIED = 0;

QUERY_PRIORITY_UNSPECIFIED_VALUE

Default value. This value is unused.

QUERY_PRIORITY_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()