public enum InvocationConfig.QueryPriority extends Enum<InvocationConfig.QueryPriority> implements ProtocolMessageEnumTypes of priority for query execution in BigQuery.
Protobuf enum google.cloud.dataform.v1beta1.InvocationConfig.QueryPriority
Implements
ProtocolMessageEnumStatic 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_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. |
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_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. |
QUERY_PRIORITY_UNSPECIFIED |
Default value. This value is unused. |
QUERY_PRIORITY_UNSPECIFIED_VALUE |
Default value. This value is unused. |
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() |
|