Network Connectivity V1 API - Module Google::Cloud::NetworkConnectivity::V1::DataTransferService::Paths (v1.9.0)

Reference documentation and code samples for the Network Connectivity V1 API module Google::Cloud::NetworkConnectivity::V1::DataTransferService::Paths.

Path helper methods for the DataTransferService API.

Methods

#destination_path

def destination_path(project:, location:, multicloud_data_transfer_config:, destination:) -> ::String

Create a fully-qualified Destination resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/multicloudDataTransferConfigs/{multicloud_data_transfer_config}/destinations/{destination}

Parameters
  • project (String)
  • location (String)
  • multicloud_data_transfer_config (String)
  • destination (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#location_path

def location_path(project:, location:) -> ::String

Create a fully-qualified Location resource string.

The resource will be in the following format:

projects/{project}/locations/{location}

Parameters
  • project (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#multicloud_data_transfer_config_path

def multicloud_data_transfer_config_path(project:, location:, multicloud_data_transfer_config:) -> ::String

Create a fully-qualified MulticloudDataTransferConfig resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/multicloudDataTransferConfigs/{multicloud_data_transfer_config}

Parameters
  • project (String)
  • location (String)
  • multicloud_data_transfer_config (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#multicloud_data_transfer_supported_service_path

def multicloud_data_transfer_supported_service_path(project:, location:, multicloud_data_transfer_supported_service:) -> ::String

Create a fully-qualified MulticloudDataTransferSupportedService resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/multicloudDataTransferSupportedServices/{multicloud_data_transfer_supported_service}

Parameters
  • project (String)
  • location (String)
  • multicloud_data_transfer_supported_service (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)