Required. The name of the project/folder/organization where this feed 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").
Request body
The request body contains data with the following structure:
Required. The feed details. The field name must be empty and it will be generated in the format of: projects/projectNumber/feeds/feedId folders/folder_number/feeds/feedId organizations/organization_number/feeds/feedId
Response body
If successful, the response body contains a newly created instance of Feed.
[[["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 API call creates a new asset feed within a specified parent project, folder, or organization to monitor asset updates."],["The `POST` request to `https://cloudasset.googleapis.com/v1/{parent=*/*}/feeds` is used, adhering to gRPC Transcoding syntax."],["The request requires a `parent` path parameter, which specifies the project, folder, or organization where the feed will be created, in addition to a `feedId` and the `feed` object in the request body."],["Successful creation returns a `Feed` instance in the response body."],["The request needs the `https://www.googleapis.com/auth/cloud-platform` authorization scope."]]],[]]