Reference documentation and code samples for the BigQuery Data Transfer Service V1 API module Google::Cloud::Bigquery::DataTransfer::V1::DataTransferService::Paths.
Path helper methods for the DataTransferService 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-08-28 UTC."],[],[],null,["# BigQuery Data Transfer Service V1 API - Module Google::Cloud::Bigquery::DataTransfer::V1::DataTransferService::Paths (v1.4.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.1 (latest)](/ruby/docs/reference/google-cloud-bigquery-data_transfer-v1/latest/Google-Cloud-Bigquery-DataTransfer-V1-DataTransferService-Paths)\n- [1.4.0](/ruby/docs/reference/google-cloud-bigquery-data_transfer-v1/1.4.0/Google-Cloud-Bigquery-DataTransfer-V1-DataTransferService-Paths)\n- [1.3.1](/ruby/docs/reference/google-cloud-bigquery-data_transfer-v1/1.3.1/Google-Cloud-Bigquery-DataTransfer-V1-DataTransferService-Paths)\n- [1.2.0](/ruby/docs/reference/google-cloud-bigquery-data_transfer-v1/1.2.0/Google-Cloud-Bigquery-DataTransfer-V1-DataTransferService-Paths)\n- [1.1.0](/ruby/docs/reference/google-cloud-bigquery-data_transfer-v1/1.1.0/Google-Cloud-Bigquery-DataTransfer-V1-DataTransferService-Paths)\n- [1.0.3](/ruby/docs/reference/google-cloud-bigquery-data_transfer-v1/1.0.3/Google-Cloud-Bigquery-DataTransfer-V1-DataTransferService-Paths)\n- [0.14.2](/ruby/docs/reference/google-cloud-bigquery-data_transfer-v1/0.14.2/Google-Cloud-Bigquery-DataTransfer-V1-DataTransferService-Paths)\n- [0.13.1](/ruby/docs/reference/google-cloud-bigquery-data_transfer-v1/0.13.1/Google-Cloud-Bigquery-DataTransfer-V1-DataTransferService-Paths)\n- [0.12.2](/ruby/docs/reference/google-cloud-bigquery-data_transfer-v1/0.12.2/Google-Cloud-Bigquery-DataTransfer-V1-DataTransferService-Paths)\n- [0.11.0](/ruby/docs/reference/google-cloud-bigquery-data_transfer-v1/0.11.0/Google-Cloud-Bigquery-DataTransfer-V1-DataTransferService-Paths)\n- [0.10.0](/ruby/docs/reference/google-cloud-bigquery-data_transfer-v1/0.10.0/Google-Cloud-Bigquery-DataTransfer-V1-DataTransferService-Paths)\n- [0.9.0](/ruby/docs/reference/google-cloud-bigquery-data_transfer-v1/0.9.0/Google-Cloud-Bigquery-DataTransfer-V1-DataTransferService-Paths)\n- [0.8.0](/ruby/docs/reference/google-cloud-bigquery-data_transfer-v1/0.8.0/Google-Cloud-Bigquery-DataTransfer-V1-DataTransferService-Paths)\n- [0.7.1](/ruby/docs/reference/google-cloud-bigquery-data_transfer-v1/0.7.1/Google-Cloud-Bigquery-DataTransfer-V1-DataTransferService-Paths)\n- [0.6.1](/ruby/docs/reference/google-cloud-bigquery-data_transfer-v1/0.6.1/Google-Cloud-Bigquery-DataTransfer-V1-DataTransferService-Paths)\n- [0.5.1](/ruby/docs/reference/google-cloud-bigquery-data_transfer-v1/0.5.1/Google-Cloud-Bigquery-DataTransfer-V1-DataTransferService-Paths)\n- [0.4.6](/ruby/docs/reference/google-cloud-bigquery-data_transfer-v1/0.4.6/Google-Cloud-Bigquery-DataTransfer-V1-DataTransferService-Paths) \nReference documentation and code samples for the BigQuery Data Transfer Service V1 API module Google::Cloud::Bigquery::DataTransfer::V1::DataTransferService::Paths.\n\nPath helper methods for the DataTransferService API. \n\nExtended By\n-----------\n\n- [Google::Cloud::Bigquery::DataTransfer::V1::DataTransferService::Paths](./Google-Cloud-Bigquery-DataTransfer-V1-DataTransferService-Paths)\n\nMethods\n-------\n\n### #data_source_path\n\n def data_source_path(project:, data_source:) -\u003e ::String\n def data_source_path(project:, location:, data_source:) -\u003e ::String\n\nCreate a fully-qualified DataSource resource string. \n**Overloads** \n\n def data_source_path(project:, data_source:) -\u003e ::String\n\nThe resource will be in the following format:\n\n\n`projects/{project}/dataSources/{data_source}` \n**Parameters**\n\n- **project** (String)\n- **data_source** (String) \n\n def data_source_path(project:, location:, data_source:) -\u003e ::String\n\nThe resource will be in the following format:\n\n\n`projects/{project}/locations/{location}/dataSources/{data_source}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **data_source** (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### #project_path\n\n def project_path(project:) -\u003e ::String\n\nCreate a fully-qualified Project resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}` \n**Parameter**\n\n- **project** (String) \n**Returns**\n\n- (::String)\n\n### #run_path\n\n def run_path(project:, transfer_config:, run:) -\u003e ::String\n def run_path(project:, location:, transfer_config:, run:) -\u003e ::String\n\nCreate a fully-qualified Run resource string. \n**Overloads** \n\n def run_path(project:, transfer_config:, run:) -\u003e ::String\n\nThe resource will be in the following format:\n\n\n`projects/{project}/transferConfigs/{transfer_config}/runs/{run}` \n**Parameters**\n\n- **project** (String)\n- **transfer_config** (String)\n- **run** (String) \n\n def run_path(project:, location:, transfer_config:, run:) -\u003e ::String\n\nThe resource will be in the following format:\n\n\n`projects/{project}/locations/{location}/transferConfigs/{transfer_config}/runs/{run}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **transfer_config** (String)\n- **run** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #transfer_config_path\n\n def transfer_config_path(project:, transfer_config:) -\u003e ::String\n def transfer_config_path(project:, location:, transfer_config:) -\u003e ::String\n\nCreate a fully-qualified TransferConfig resource string. \n**Overloads** \n\n def transfer_config_path(project:, transfer_config:) -\u003e ::String\n\nThe resource will be in the following format:\n\n\n`projects/{project}/transferConfigs/{transfer_config}` \n**Parameters**\n\n- **project** (String)\n- **transfer_config** (String) \n\n def transfer_config_path(project:, location:, transfer_config:) -\u003e ::String\n\nThe resource will be in the following format:\n\n\n`projects/{project}/locations/{location}/transferConfigs/{transfer_config}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **transfer_config** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)"]]