Reference documentation and code samples for the Google BigQuery Reservation V1 Client class State.
Assignment will remain in PENDING state if no active capacity commitment is present. It will become ACTIVE when some capacity commitment becomes active.
Protobuf type google.cloud.bigquery.reservation.v1.Assignment.State
Namespace
Google \ Cloud \ BigQuery \ Reservation \ V1 \ AssignmentMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Invalid state value.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
PENDING
Value: 1
Queries from assignee will be executed as on-demand, if related assignment is pending.
Generated from protobuf enum PENDING = 1;
ACTIVE
Value: 2
Assignment is ready.
Generated from protobuf enum ACTIVE = 2;