Commitment plan defines the current committed period.
Capacity commitment cannot be deleted during it's committed
period.
Enums
Name
Description
COMMITMENT_PLAN_UNSPECIFIED
Invalid plan value. Requests with this value will be rejected with error code `google.rpc.Code.INVALID_ARGUMENT`.
FLEX
Flex commitments have committed period of 1 minute after becoming ACTIVE. After that, they are not in a committed period anymore and can be removed any time.
FLEX_FLAT_RATE
Same as FLEX, should only be used if flat-rate commitments are still available.
TRIAL
Trial commitments have a committed period of 182 days after becoming ACTIVE. After that, they are converted to a new commitment based on the `renewal_plan`. Default `renewal_plan` for Trial commitment is Flex so that it can be deleted right after committed period ends.
MONTHLY
Monthly commitments have a committed period of 30 days after becoming ACTIVE. After that, they are not in a committed period anymore and can be removed any time.
MONTHLY_FLAT_RATE
Same as MONTHLY, should only be used if flat-rate commitments are still available.
ANNUAL
Annual commitments have a committed period of 365 days after becoming ACTIVE. After that they are converted to a new commitment based on the renewal_plan.
ANNUAL_FLAT_RATE
Same as ANNUAL, should only be used if flat-rate commitments are still available.
THREE_YEAR
3-year commitments have a committed period of 1095(3 \* 365) days after becoming ACTIVE. After that they are converted to a new commitment based on the renewal_plan.
NONE
Should only be used for `renewal_plan` and is only meaningful if edition is specified to values other than EDITION_UNSPECIFIED. Otherwise CreateCapacityCommitmentRequest or UpdateCapacityCommitmentRequest will be rejected with error code `google.rpc.Code.INVALID_ARGUMENT`. If the renewal_plan is NONE, capacity commitment will be removed at the end of its commitment period.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Class CommitmentPlan (1.17.2)\n\nVersion latestkeyboard_arrow_down\n\n- [1.17.2 (latest)](/python/docs/reference/bigqueryreservation/latest/google.cloud.bigquery_reservation_v1.types.CapacityCommitment.CommitmentPlan)\n- [1.17.1](/python/docs/reference/bigqueryreservation/1.17.1/google.cloud.bigquery_reservation_v1.types.CapacityCommitment.CommitmentPlan)\n- [1.16.0](/python/docs/reference/bigqueryreservation/1.16.0/google.cloud.bigquery_reservation_v1.types.CapacityCommitment.CommitmentPlan)\n- [1.15.0](/python/docs/reference/bigqueryreservation/1.15.0/google.cloud.bigquery_reservation_v1.types.CapacityCommitment.CommitmentPlan)\n- [1.14.1](/python/docs/reference/bigqueryreservation/1.14.1/google.cloud.bigquery_reservation_v1.types.CapacityCommitment.CommitmentPlan)\n- [1.13.5](/python/docs/reference/bigqueryreservation/1.13.5/google.cloud.bigquery_reservation_v1.types.CapacityCommitment.CommitmentPlan)\n- [1.12.0](/python/docs/reference/bigqueryreservation/1.12.0/google.cloud.bigquery_reservation_v1.types.CapacityCommitment.CommitmentPlan)\n- [1.11.3](/python/docs/reference/bigqueryreservation/1.11.3/google.cloud.bigquery_reservation_v1.types.CapacityCommitment.CommitmentPlan)\n- [1.10.0](/python/docs/reference/bigqueryreservation/1.10.0/google.cloud.bigquery_reservation_v1.types.CapacityCommitment.CommitmentPlan)\n- [1.9.1](/python/docs/reference/bigqueryreservation/1.9.1/google.cloud.bigquery_reservation_v1.types.CapacityCommitment.CommitmentPlan)\n- [1.8.0](/python/docs/reference/bigqueryreservation/1.8.0/google.cloud.bigquery_reservation_v1.types.CapacityCommitment.CommitmentPlan)\n- [1.7.3](/python/docs/reference/bigqueryreservation/1.7.3/google.cloud.bigquery_reservation_v1.types.CapacityCommitment.CommitmentPlan)\n- [1.6.3](/python/docs/reference/bigqueryreservation/1.6.3/google.cloud.bigquery_reservation_v1.types.CapacityCommitment.CommitmentPlan)\n- [1.5.0](/python/docs/reference/bigqueryreservation/1.5.0/google.cloud.bigquery_reservation_v1.types.CapacityCommitment.CommitmentPlan)\n- [1.4.1](/python/docs/reference/bigqueryreservation/1.4.1/google.cloud.bigquery_reservation_v1.types.CapacityCommitment.CommitmentPlan)\n- [1.3.1](/python/docs/reference/bigqueryreservation/1.3.1/google.cloud.bigquery_reservation_v1.types.CapacityCommitment.CommitmentPlan)\n- [1.2.2](/python/docs/reference/bigqueryreservation/1.2.2/google.cloud.bigquery_reservation_v1.types.CapacityCommitment.CommitmentPlan)\n- [1.1.0](/python/docs/reference/bigqueryreservation/1.1.0/google.cloud.bigquery_reservation_v1.types.CapacityCommitment.CommitmentPlan)\n- [1.0.1](/python/docs/reference/bigqueryreservation/1.0.1/google.cloud.bigquery_reservation_v1.types.CapacityCommitment.CommitmentPlan)\n- [0.4.2](/python/docs/reference/bigqueryreservation/0.4.2/google.cloud.bigquery_reservation_v1.types.CapacityCommitment.CommitmentPlan)\n- [0.3.0](/python/docs/reference/bigqueryreservation/0.3.0/google.cloud.bigquery_reservation_v1.types.CapacityCommitment.CommitmentPlan)\n- [0.2.0](/python/docs/reference/bigqueryreservation/0.2.0/google.cloud.bigquery_reservation_v1.types.CapacityCommitment.CommitmentPlan)\n- [0.1.0](/python/docs/reference/bigqueryreservation/0.1.0/google.cloud.bigquery_reservation_v1.types.CapacityCommitment.CommitmentPlan) \n\n CommitmentPlan(value)\n\nCommitment plan defines the current committed period.\nCapacity commitment cannot be deleted during it's committed\nperiod."]]