[[["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,["# Analytics Hub V1 API - Module Google::Cloud::Bigquery::AnalyticsHub::V1::AnalyticsHubService::Paths (v0.13.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.13.1 (latest)](/ruby/docs/reference/google-cloud-bigquery-analytics_hub-v1/latest/Google-Cloud-Bigquery-AnalyticsHub-V1-AnalyticsHubService-Paths)\n- [0.13.0](/ruby/docs/reference/google-cloud-bigquery-analytics_hub-v1/0.13.0/Google-Cloud-Bigquery-AnalyticsHub-V1-AnalyticsHubService-Paths)\n- [0.12.0](/ruby/docs/reference/google-cloud-bigquery-analytics_hub-v1/0.12.0/Google-Cloud-Bigquery-AnalyticsHub-V1-AnalyticsHubService-Paths)\n- [0.11.1](/ruby/docs/reference/google-cloud-bigquery-analytics_hub-v1/0.11.1/Google-Cloud-Bigquery-AnalyticsHub-V1-AnalyticsHubService-Paths)\n- [0.10.0](/ruby/docs/reference/google-cloud-bigquery-analytics_hub-v1/0.10.0/Google-Cloud-Bigquery-AnalyticsHub-V1-AnalyticsHubService-Paths)\n- [0.9.0](/ruby/docs/reference/google-cloud-bigquery-analytics_hub-v1/0.9.0/Google-Cloud-Bigquery-AnalyticsHub-V1-AnalyticsHubService-Paths)\n- [0.8.1](/ruby/docs/reference/google-cloud-bigquery-analytics_hub-v1/0.8.1/Google-Cloud-Bigquery-AnalyticsHub-V1-AnalyticsHubService-Paths)\n- [0.7.0](/ruby/docs/reference/google-cloud-bigquery-analytics_hub-v1/0.7.0/Google-Cloud-Bigquery-AnalyticsHub-V1-AnalyticsHubService-Paths)\n- [0.6.0](/ruby/docs/reference/google-cloud-bigquery-analytics_hub-v1/0.6.0/Google-Cloud-Bigquery-AnalyticsHub-V1-AnalyticsHubService-Paths)\n- [0.5.2](/ruby/docs/reference/google-cloud-bigquery-analytics_hub-v1/0.5.2/Google-Cloud-Bigquery-AnalyticsHub-V1-AnalyticsHubService-Paths)\n- [0.4.0](/ruby/docs/reference/google-cloud-bigquery-analytics_hub-v1/0.4.0/Google-Cloud-Bigquery-AnalyticsHub-V1-AnalyticsHubService-Paths)\n- [0.3.0](/ruby/docs/reference/google-cloud-bigquery-analytics_hub-v1/0.3.0/Google-Cloud-Bigquery-AnalyticsHub-V1-AnalyticsHubService-Paths)\n- [0.2.1](/ruby/docs/reference/google-cloud-bigquery-analytics_hub-v1/0.2.1/Google-Cloud-Bigquery-AnalyticsHub-V1-AnalyticsHubService-Paths)\n- [0.1.0](/ruby/docs/reference/google-cloud-bigquery-analytics_hub-v1/0.1.0/Google-Cloud-Bigquery-AnalyticsHub-V1-AnalyticsHubService-Paths) \nReference documentation and code samples for the Analytics Hub V1 API module Google::Cloud::Bigquery::AnalyticsHub::V1::AnalyticsHubService::Paths.\n\nPath helper methods for the AnalyticsHubService API. \n\nExtended By\n-----------\n\n- [Google::Cloud::Bigquery::AnalyticsHub::V1::AnalyticsHubService::Paths](./Google-Cloud-Bigquery-AnalyticsHub-V1-AnalyticsHubService-Paths)\n\nMethods\n-------\n\n### #data_exchange_path\n\n def data_exchange_path(project:, location:, data_exchange:) -\u003e ::String\n\nCreate a fully-qualified DataExchange resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/dataExchanges/{data_exchange}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **data_exchange** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #dataset_path\n\n def dataset_path(project:, dataset:) -\u003e ::String\n\nCreate a fully-qualified Dataset resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/datasets/{dataset}` \n**Parameters**\n\n- **project** (String)\n- **dataset** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #listing_path\n\n def listing_path(project:, location:, data_exchange:, listing:) -\u003e ::String\n\nCreate a fully-qualified Listing resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/dataExchanges/{data_exchange}/listings/{listing}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **data_exchange** (String)\n- **listing** (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### #managed_service_path\n\n def managed_service_path(service:) -\u003e ::String\n\nCreate a fully-qualified ManagedService resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`services/{service}` \n**Parameter**\n\n- **service** (String) \n**Returns**\n\n- (::String)\n\n### #routine_path\n\n def routine_path(project:, dataset:, routine:) -\u003e ::String\n\nCreate a fully-qualified Routine resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/datasets/{dataset}/routines/{routine}` \n**Parameters**\n\n- **project** (String)\n- **dataset** (String)\n- **routine** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #subscription_path\n\n def subscription_path(project:, location:, subscription:) -\u003e ::String\n\nCreate a fully-qualified Subscription resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/subscriptions/{subscription}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **subscription** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #table_path\n\n def table_path(project:, dataset:, table:) -\u003e ::String\n\nCreate a fully-qualified Table resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/datasets/{dataset}/tables/{table}` \n**Parameters**\n\n- **project** (String)\n- **dataset** (String)\n- **table** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #topic_path\n\n def topic_path(project:, topic:) -\u003e ::String\n\nCreate a fully-qualified Topic resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/topics/{topic}` \n**Parameters**\n\n- **project** (String)\n- **topic** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)"]]