- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates an existing capacity commitment.
Only plan
and renewalPlan
fields can be updated.
Plan can only be changed to a plan of a longer commitment period. Attempting to change to a plan with shorter commitment period will fail with the error code google.rpc.Code.FAILED_PRECONDITION
.
HTTP request
PATCH https://bigqueryreservation.googleapis.com/v1/{capacityCommitment.name=projects/*/locations/*/capacityCommitments/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
capacity |
Output only. The resource name of the capacity commitment, e.g., |
Query parameters
Parameters | |
---|---|
update |
Standard field mask for the set of fields to be updated. This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of CapacityCommitment
.
Response body
If successful, the response body contains an instance of CapacityCommitment
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/bigquery
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.