[[["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 Functions V2 API - Module Google::Cloud::Functions::V2::FunctionService::Paths (v1.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.0 (latest)](/ruby/docs/reference/google-cloud-functions-v2/latest/Google-Cloud-Functions-V2-FunctionService-Paths)\n- [1.0.2](/ruby/docs/reference/google-cloud-functions-v2/1.0.2/Google-Cloud-Functions-V2-FunctionService-Paths)\n- [0.10.0](/ruby/docs/reference/google-cloud-functions-v2/0.10.0/Google-Cloud-Functions-V2-FunctionService-Paths)\n- [0.9.0](/ruby/docs/reference/google-cloud-functions-v2/0.9.0/Google-Cloud-Functions-V2-FunctionService-Paths)\n- [0.8.1](/ruby/docs/reference/google-cloud-functions-v2/0.8.1/Google-Cloud-Functions-V2-FunctionService-Paths)\n- [0.7.0](/ruby/docs/reference/google-cloud-functions-v2/0.7.0/Google-Cloud-Functions-V2-FunctionService-Paths)\n- [0.6.2](/ruby/docs/reference/google-cloud-functions-v2/0.6.2/Google-Cloud-Functions-V2-FunctionService-Paths)\n- [0.5.0](/ruby/docs/reference/google-cloud-functions-v2/0.5.0/Google-Cloud-Functions-V2-FunctionService-Paths)\n- [0.4.1](/ruby/docs/reference/google-cloud-functions-v2/0.4.1/Google-Cloud-Functions-V2-FunctionService-Paths)\n- [0.3.0](/ruby/docs/reference/google-cloud-functions-v2/0.3.0/Google-Cloud-Functions-V2-FunctionService-Paths)\n- [0.2.0](/ruby/docs/reference/google-cloud-functions-v2/0.2.0/Google-Cloud-Functions-V2-FunctionService-Paths)\n- [0.1.0](/ruby/docs/reference/google-cloud-functions-v2/0.1.0/Google-Cloud-Functions-V2-FunctionService-Paths) \nReference documentation and code samples for the Cloud Functions V2 API module Google::Cloud::Functions::V2::FunctionService::Paths.\n\nPath helper methods for the FunctionService API. \n\nExtended By\n-----------\n\n- [Google::Cloud::Functions::V2::FunctionService::Paths](./Google-Cloud-Functions-V2-FunctionService-Paths)\n\nMethods\n-------\n\n### #build_path\n\n def build_path(project:, location:, build:) -\u003e ::String\n\nCreate a fully-qualified Build resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/builds/{build}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **build** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #channel_path\n\n def channel_path(project:, location:, channel:) -\u003e ::String\n\nCreate a fully-qualified Channel resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/channels/{channel}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **channel** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #connector_path\n\n def connector_path(project:, location:, connector:) -\u003e ::String\n\nCreate a fully-qualified Connector resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/connectors/{connector}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **connector** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #crypto_key_path\n\n def crypto_key_path(project:, location:, key_ring:, crypto_key:) -\u003e ::String\n\nCreate a fully-qualified CryptoKey resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **key_ring** (String)\n- **crypto_key** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #function_path\n\n def function_path(project:, location:, function:) -\u003e ::String\n\nCreate a fully-qualified Function resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/functions/{function}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **function** (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### #repository_path\n\n def repository_path(project:, location:, repository:) -\u003e ::String\n\nCreate a fully-qualified Repository resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/repositories/{repository}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **repository** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #service_path\n\n def service_path(project:, location:, service:) -\u003e ::String\n\nCreate a fully-qualified Service resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/services/{service}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **service** (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)\n\n### #trigger_path\n\n def trigger_path(project:, location:, trigger:) -\u003e ::String\n\nCreate a fully-qualified Trigger resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/triggers/{trigger}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **trigger** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #worker_pool_path\n\n def worker_pool_path(project:, location:, worker_pool:) -\u003e ::String\n\nCreate a fully-qualified WorkerPool resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/workerPools/{worker_pool}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **worker_pool** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)"]]