Reference documentation and code samples for the Cloud Database Migration Service V1 API module Google::Cloud::CloudDMS::V1::DataMigrationService::Paths.
Path helper methods for the DataMigrationService API.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Cloud Database Migration Service V1 API - Module Google::Cloud::CloudDMS::V1::DataMigrationService::Paths (v1.3.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.1 (latest)](/ruby/docs/reference/google-cloud-cloud_dms-v1/latest/Google-Cloud-CloudDMS-V1-DataMigrationService-Paths)\n- [1.3.0](/ruby/docs/reference/google-cloud-cloud_dms-v1/1.3.0/Google-Cloud-CloudDMS-V1-DataMigrationService-Paths)\n- [1.2.2](/ruby/docs/reference/google-cloud-cloud_dms-v1/1.2.2/Google-Cloud-CloudDMS-V1-DataMigrationService-Paths)\n- [1.1.0](/ruby/docs/reference/google-cloud-cloud_dms-v1/1.1.0/Google-Cloud-CloudDMS-V1-DataMigrationService-Paths)\n- [1.0.1](/ruby/docs/reference/google-cloud-cloud_dms-v1/1.0.1/Google-Cloud-CloudDMS-V1-DataMigrationService-Paths)\n- [0.8.0](/ruby/docs/reference/google-cloud-cloud_dms-v1/0.8.0/Google-Cloud-CloudDMS-V1-DataMigrationService-Paths)\n- [0.7.2](/ruby/docs/reference/google-cloud-cloud_dms-v1/0.7.2/Google-Cloud-CloudDMS-V1-DataMigrationService-Paths)\n- [0.6.0](/ruby/docs/reference/google-cloud-cloud_dms-v1/0.6.0/Google-Cloud-CloudDMS-V1-DataMigrationService-Paths)\n- [0.5.0](/ruby/docs/reference/google-cloud-cloud_dms-v1/0.5.0/Google-Cloud-CloudDMS-V1-DataMigrationService-Paths)\n- [0.4.0](/ruby/docs/reference/google-cloud-cloud_dms-v1/0.4.0/Google-Cloud-CloudDMS-V1-DataMigrationService-Paths)\n- [0.3.0](/ruby/docs/reference/google-cloud-cloud_dms-v1/0.3.0/Google-Cloud-CloudDMS-V1-DataMigrationService-Paths)\n- [0.2.0](/ruby/docs/reference/google-cloud-cloud_dms-v1/0.2.0/Google-Cloud-CloudDMS-V1-DataMigrationService-Paths)\n- [0.1.5](/ruby/docs/reference/google-cloud-cloud_dms-v1/0.1.5/Google-Cloud-CloudDMS-V1-DataMigrationService-Paths) \nReference documentation and code samples for the Cloud Database Migration Service V1 API module Google::Cloud::CloudDMS::V1::DataMigrationService::Paths.\n\nPath helper methods for the DataMigrationService API. \n\nExtended By\n-----------\n\n- [Google::Cloud::CloudDMS::V1::DataMigrationService::Paths](./Google-Cloud-CloudDMS-V1-DataMigrationService-Paths)\n\nMethods\n-------\n\n### #connection_profile_path\n\n def connection_profile_path(project:, location:, connection_profile:) -\u003e ::String\n\nCreate a fully-qualified ConnectionProfile resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/connectionProfiles/{connection_profile}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **connection_profile** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #conversion_workspace_path\n\n def conversion_workspace_path(project:, location:, conversion_workspace:) -\u003e ::String\n\nCreate a fully-qualified ConversionWorkspace resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **conversion_workspace** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #location_path\n\n def location_path(project:, location:) -\u003e ::String\n\nCreate a fully-qualified Location resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}` \n**Parameters**\n\n- **project** (String)\n- **location** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #mapping_rule_path\n\n def mapping_rule_path(project:, location:, conversion_workspace:, mapping_rule:) -\u003e ::String\n\nCreate a fully-qualified MappingRule resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}/mappingRules/{mapping_rule}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **conversion_workspace** (String)\n- **mapping_rule** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #migration_job_path\n\n def migration_job_path(project:, location:, migration_job:) -\u003e ::String\n\nCreate a fully-qualified MigrationJob resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/migrationJobs/{migration_job}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **migration_job** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #networks_path\n\n def networks_path(project:, network:) -\u003e ::String\n\nCreate a fully-qualified Networks resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/global/networks/{network}` \n**Parameters**\n\n- **project** (String)\n- **network** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #private_connection_path\n\n def private_connection_path(project:, location:, private_connection:) -\u003e ::String\n\nCreate a fully-qualified PrivateConnection resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/privateConnections/{private_connection}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **private_connection** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)"]]