Parent resource that identifies admin project and location e.g., projects/myproject/locations/us
Authorization requires the following IAM permission on the specified resource parent:
bigquery.capacityCommitments.update
Request body
The request body contains data with the following structure:
JSON representation
{"capacityCommitmentIds": [string]}
Fields
capacityCommitmentIds[]
string
Ids of capacity commitments to merge. These capacity commitments must exist under admin project and location specified in the parent. ID is the last portion of capacity commitment name e.g., 'abc' for projects/myproject/locations/US/capacityCommitments/abc
Response body
If successful, the response body contains an instance of CapacityCommitment.
[[["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-02-25 UTC."],[[["Merges multiple capacity commitments of the same plan into a single commitment with the latest commitment end time."],["Merging capacity commitments of different plans will result in a `google.rpc.Code.FAILED_PRECONDITION` error."],["The HTTP request uses the `POST` method to the specified URL, which includes path parameters to identify the admin project and location."],["The request body requires a JSON structure containing an array of `capacityCommitmentIds`, representing the IDs of the commitments to be merged."],["Successful requests return a `CapacityCommitment` instance in the response body, and authorization requires specific OAuth scopes."]]],[]]