Module: Google::Cloud::Bigquery::Reservation::V1::Assignment::State

Defined in:
proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb

Overview

Assignment will remain in PENDING state if no active capacity commitment is present. It will become ACTIVE when some capacity commitment becomes active.

Constant Summary collapse

STATE_UNSPECIFIED =

Invalid state value.

0
PENDING =

Queries from assignee will be executed as on-demand, if related assignment is pending.

1
ACTIVE =

Assignment is ready.

2