Method: projects.locations.multicloudDataTransferConfigs.list

Lists the MulticloudDataTransferConfig resources in a specified project and location.

HTTP request

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

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, allows partial responses for multi-regional aggregated list requests.

Request body

The request body must be empty.

Response body

Response message to list MulticloudDataTransferConfig resources.

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

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

object (MulticloudDataTransferConfig)

The list of MulticloudDataTransferConfig 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.