Method: projects.locations.multicloudDataTransferConfigs.destinations.list

Lists the Destination resources in a specified project and location.

HTTP request

GET https://networkconnectivity.googleapis.com/v1beta/{parent=projects/*/locations/*/multicloudDataTransferConfigs/*}/destinations

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The name of the parent resource.

Query parameters

Parameters
pageSize

integer

Optional. The maximum number of results listed per page.

pageToken

string

Optional. The page token.

filter

string

Optional. An expression that filters the results listed in the response.

orderBy

string

Optional. The sort order of the results.

returnPartialSuccess

boolean

Optional. If true, allow partial responses for multi-regional aggregated list requests.

Request body

The request body must be empty.

Response body

Response message to list Destination resources.

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

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

object (Destination)

The list of Destination resources to be listed.

nextPageToken

string

The next page token.

unreachable[]

string

Locations that could not be reached.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.