- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists the MulticloudDataTransferConfig
resources in a specified project and location.
HTTP request
GET https://networkconnectivity.googleapis.com/v1/{parent=projects/*/locations/*}/multicloudDataTransferConfigs
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. |
filter |
Optional. An expression that filters the results listed in the response. |
orderBy |
Optional. The sort order of the results. |
returnPartialSuccess |
Optional. If |
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 ( |
Fields | |
---|---|
multicloudDataTransferConfigs[] |
The list of |
nextPageToken |
The next page token. |
unreachable[] |
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.