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

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

Overview

Capacity commitment can either become ACTIVE right away or transition from PENDING to ACTIVE or FAILED.

Constant Summary collapse

STATE_UNSPECIFIED =

Invalid state value.

0
PENDING =

Capacity commitment is pending provisioning. Pending capacity commitment does not contribute to the project's slot_capacity.

1
ACTIVE =

Once slots are provisioned, capacity commitment becomes active. slot_count is added to the project's slot_capacity.

2
FAILED =

Capacity commitment is failed to be activated by the backend.

3