public enum CapacityCommitment.Types.StateReference documentation and code samples for the BigQuery Reservation v1 API enum CapacityCommitment.Types.State.
Capacity commitment can either become ACTIVE right away or transition from PENDING to ACTIVE or FAILED.
Namespace
GoogleGoogle.CloudGoogle.Cloud.BigQueryGoogle.Cloud.BigQuery.ReservationV1Assembly
Google.Cloud.BigQuery.Reservation.V1.dll
Fields |
|
|---|---|
| Name | Description |
Active |
Once slots are provisioned, capacity commitment becomes active. slot_count is added to the project's slot_capacity. |
Failed |
Capacity commitment is failed to be activated by the backend. |
Pending |
Capacity commitment is pending provisioning. Pending capacity commitment does not contribute to the project's slot_capacity. |
Unspecified |
Invalid state value. |