Required. The name of the project/folder/organization where this savedQuery should be created in. It can only be an organization number (such as "organizations/123"), a folder number (such as "folders/123"), a project ID (such as "projects/my-project-id"), or a project number (such as "projects/12345").
Query parameters
Parameters
savedQueryId
string
Required. The ID to use for the saved query, which must be unique in the specified parent. It will become the final component of the saved query's resource name.
This value should be 4-63 characters, and valid characters are [a-z][0-9]-.
Notice that this field is required in the saved query creation, and the name field of the savedQuery will be ignored.
Request body
The request body contains an instance of SavedQuery.
Response body
If successful, the response body contains a newly created instance of SavedQuery.
[[["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 2024-06-26 UTC."],[[["This page details how to create a saved query within a specified parent project, folder, or organization using a `POST` HTTP request."],["The request URL utilizes gRPC Transcoding syntax and requires a `parent` path parameter to specify the target project, folder, or organization."],["A `savedQueryId` query parameter is mandatory and must be a unique identifier of 4-63 characters consisting of lowercase letters, numbers, and hyphens."],["The request body must contain a `SavedQuery` instance, and a successful response will include the newly created `SavedQuery` instance."],["Authorization for this operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]