Method: projects.locations.channelConnections.list

List channel connections.

HTTP request

GET https://eventarc.googleapis.com/v1/{parent=projects/*/locations/*}/channelConnections

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent collection from which to list channel connections.

Authorization requires the following IAM permission on the specified resource parent:

  • eventarc.channelConnections.list

Query parameters

Parameters
pageSize

integer

The maximum number of channel connections to return on each page.

Note: The service may send fewer responses.

pageToken

string

The page token; provide the value from the nextPageToken field in a previous channelConnections.list call to retrieve the subsequent page.

When paginating, all other parameters provided to ListChannelConnetions match the call that provided the page token.

Request body

The request body must be empty.

Response body

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

The response message for the channelConnections.list method.

JSON representation
{
  "channelConnections": [
    {
      object (ChannelConnection)
    }
  ],
  "nextPageToken": string,
  "unreachable": [
    string
  ]
}
Fields
channelConnections[]

object (ChannelConnection)

The requested channel connections, up to the number specified in pageSize.

nextPageToken

string

A page token that can be sent to channelConnections.list to request the next page. If this is empty, then there are no more pages.

unreachable[]

string

Unreachable resources, if any.

Authorization Scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.