- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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 |
Required. The name of the parent resource. |
Query parameters
Parameters | |
---|---|
pageSize |
Optional. The maximum number of results listed per page. |
pageToken |
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 ( |
Fields | |
---|---|
multicloudDataTransferSupportedServices[] |
The list of supported services. |
nextPageToken |
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.