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}
- project (String)
- location (String)
- multicloud_data_transfer_config (String)
- destination (String)
- (::String)
- (::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}
- project (String)
- location (String)
- (::String)
- (::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}
- project (String)
- location (String)
- multicloud_data_transfer_config (String)
- (::String)
- (::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}
- project (String)
- location (String)
- multicloud_data_transfer_supported_service (String)
- (::String)
- (::ArgumentError)