Close httplib2 connections.
Gets details of a single MulticloudDataTransferSupportedServices.
list(parent, pageSize=None, pageToken=None, x__xgafv=None)
Lists the supported services for Multicloud Data Transfer. This is a passthrough method.
Retrieves the next page of results.
close()
Close httplib2 connections.
get(name, x__xgafv=None)
Gets details of a single MulticloudDataTransferSupportedServices.
Args:
name: string, Required. The name of the service. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # The supported service for Multicloud Data Transfer.
"name": "A String", # Identifier. The name of the service.
"serviceConfigs": [ # Output only. The network service tiers supported for the service.
{ # Specifies the Multicloud Data Transfer supported services configuration. This includes either the network tier or the request endpoint. If end of support for multicloud data transfer is planned for a service's network tier or request endpoint, the end time will be provided.
"eligibilityCriteria": "A String", # Output only. The eligibility criteria for the service. The user has to meet the eligibility criteria specified here for the service to qualify for multicloud data transfer.
"supportEndTime": "A String", # Output only. The eligibility criteria support end time. If the end time is not specified, no planned end time is available.
},
],
}
list(parent, pageSize=None, pageToken=None, x__xgafv=None)
Lists the supported services for Multicloud Data Transfer. This is a passthrough method.
Args:
parent: string, Required. The parent resource's name (required)
pageSize: integer, Optional. The maximum number of results per page that should be returned.
pageToken: string, Optional. The page token.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # Response message for ListMulticloudDataTransferSupportedServices.
"multicloudDataTransferSupportedServices": [ # The list of supported services.
{ # The supported service for Multicloud Data Transfer.
"name": "A String", # Identifier. The name of the service.
"serviceConfigs": [ # Output only. The network service tiers supported for the service.
{ # Specifies the Multicloud Data Transfer supported services configuration. This includes either the network tier or the request endpoint. If end of support for multicloud data transfer is planned for a service's network tier or request endpoint, the end time will be provided.
"eligibilityCriteria": "A String", # Output only. The eligibility criteria for the service. The user has to meet the eligibility criteria specified here for the service to qualify for multicloud data transfer.
"supportEndTime": "A String", # Output only. The eligibility criteria support end time. If the end time is not specified, no planned end time is available.
},
],
},
],
"nextPageToken": "A String", # The next page token.
}
list_next()
Retrieves the next page of results.
Args:
previous_request: The request for the previous page. (required)
previous_response: The response from the request for the previous page. (required)
Returns:
A request object that you can call 'execute()' on to request the next
page. Returns None if there are no more items in the collection.