Google BigQuery Reservation V1 Client - Class State (1.0.3)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;