Method: projects.locations.connectionProfiles.listDestinations

Determine eligible ConnectionProfile destinations.

HTTP request

GET https://datastream.googleapis.com/v1alpha1/{parent}/connectionProfiles:destinations

Path parameters

Parameters
parent

string

Required. The parent resource of the ConnectionProfile type. Must be in the format projects/*/locations/*.

Request body

The request body must be empty.

Response body

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

Response message for the connectionProfiles.listDestinations RPC.

JSON representation
{
  "connectionProfileMethods": [
    {
      object (ConnectionProfileMethod)
    }
  ]
}
Fields
connectionProfileMethods[]

object (ConnectionProfileMethod)

Authorization Scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.