Network Connectivity API . projects . locations . multicloudDataTransferSupportedServices

Instance Methods

close()

Close httplib2 connections.

get(name, x__xgafv=None)

Gets the details of a service that is supported for Data Transfer Essentials.

list(parent, pageSize=None, pageToken=None, x__xgafv=None)

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

list_next()

Retrieves the next page of results.

Method Details

close()
Close httplib2 connections.
get(name, x__xgafv=None)
Gets the details of a service that is supported for Data Transfer Essentials.

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:

    { # A service in your project in a region that is eligible for Data Transfer Essentials configuration.
  "name": "A String", # Identifier. The name of the service.
  "serviceConfigs": [ # Output only. The network service tier or regional endpoint supported for the service.
    { # Specifies eligibility information for the service.
      "eligibilityCriteria": "A String", # Output only. The eligibility criteria for the service.
      "supportEndTime": "A String", # Output only. The end time for eligibility criteria support. If not specified, no planned end time is set.
    },
  ],
}
list(parent, pageSize=None, pageToken=None, x__xgafv=None)
Lists the services in the project for a region that are supported for Data Transfer Essentials.

Args:
  parent: string, Required. The name of the parent resource. (required)
  pageSize: integer, Optional. The maximum number of results listed per page.
  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 to list the services in your project in regions that are eligible for Data Transfer Essentials configuration.
  "multicloudDataTransferSupportedServices": [ # The list of supported services.
    { # A service in your project in a region that is eligible for Data Transfer Essentials configuration.
      "name": "A String", # Identifier. The name of the service.
      "serviceConfigs": [ # Output only. The network service tier or regional endpoint supported for the service.
        { # Specifies eligibility information for the service.
          "eligibilityCriteria": "A String", # Output only. The eligibility criteria for the service.
          "supportEndTime": "A String", # Output only. The end time for eligibility criteria support. If not specified, no planned end time is set.
        },
      ],
    },
  ],
  "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.