Method: projects.locations.multicloudDataTransferSupportedServices.list

Lists the services in the project for a region that are supported for Data Transfer Essentials.

HTTP request

GET https://networkconnectivity.googleapis.com/v1/{parent=projects/*/locations/*}/multicloudDataTransferSupportedServices

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.

Request body

The request body must be empty.

Response body

Response message to list the services in your project in regions that are eligible for Data Transfer Essentials configuration.

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

JSON representation
{
  "multicloudDataTransferSupportedServices": [
    {
      object (MulticloudDataTransferSupportedService)
    }
  ],
  "nextPageToken": string
}
Fields
multicloudDataTransferSupportedServices[]

object (MulticloudDataTransferSupportedService)

The list of supported services.

nextPageToken

string

The next page token.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.