Creates a new CloudControl with type Custom under a given parent
resource. Built-in CloudControls are managed by Google and cannot be
created through this API.
Creates a new Framework with type Custom under a given parent resource.
Frameworks with type Built-in are managed by Google and cannot be created
through this API.
Gets details of a single CloudControl.
This method retrieves a CloudControl resource, which can be either Built-in
or Custom, identified by its name.
By default, the latest major version of the CloudControl is returned.
A specific major version can be retrieved by specifying the
major_revision_id in the request.
Gets details of a single Framework.
This method retrieves a Framework resource, which can be either Built-in or
Custom, identified by its name.
By default, the latest major version of the Framework is returned.
A specific major version can be retrieved by specifying the
major_revision_id in the request.
Lists all CloudControls (both Built-in and Custom) available within a given
parent resource. This method supports pagination.
The latest major version of each CloudControl is returned.
Lists all Frameworks (both Built-in and Custom) available within a given
parent resource. This method supports pagination.
The latest major version of each Framework is returned.
Updates a single CloudControl.
This method allows for partial updates of a Custom CloudControl resource.
Built-in CloudControls cannot be updated.
If an update_mask is provided, only the fields specified in the mask
will be updated.
If no update_mask is provided, all fields present in the request's
cloud_control body will be used to overwrite the existing resource.
A successful update will result in a new version of the CloudControl.
Updates a single Framework.
This method allows for partial updates of a Framework resource. The fields
to be updated are specified using the update_mask.
If an update_mask is provided, only the fields specified in the mask
will be updated.
If no update_mask is provided, all fields present in the request's
framework body will be used to overwrite the existing resource.
This operation can only be performed on Frameworks with type CUSTOM.
A successful update will result in a new version of the Framework.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-30 UTC."],[],[],null,[]]