Method: feeds.list

Lists all asset feeds in a parent project/folder/organization.

HTTP request

GET https://cloudasset.googleapis.com/v1p2beta1/{parent=*/*}/feeds

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent project/folder/organization whose feeds are to be listed. It can only be using project/folder/organization number (such as "folders/12345")", or a project ID (such as "projects/my-project-id").

Request body

The request body must be empty.

Response body

If successful, the response body contains data with the following structure:

JSON representation
{
  "feeds": [
    {
      object (Feed)
    }
  ]
}
Fields
feeds[]

object (Feed)

A list of feeds.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.