Reference documentation and code samples for the BeyondCorp AppConnections V1 API module Google::Cloud::BeyondCorp::AppConnections::V1::AppConnectionsService::Paths.
Path helper methods for the AppConnectionsService 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-04 UTC."],[],[],null,["# BeyondCorp AppConnections V1 API - Module Google::Cloud::BeyondCorp::AppConnections::V1::AppConnectionsService::Paths (v0.8.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.8.0 (latest)](/ruby/docs/reference/google-cloud-beyond_corp-app_connections-v1/latest/Google-Cloud-BeyondCorp-AppConnections-V1-AppConnectionsService-Paths)\n- [0.7.1](/ruby/docs/reference/google-cloud-beyond_corp-app_connections-v1/0.7.1/Google-Cloud-BeyondCorp-AppConnections-V1-AppConnectionsService-Paths)\n- [0.6.0](/ruby/docs/reference/google-cloud-beyond_corp-app_connections-v1/0.6.0/Google-Cloud-BeyondCorp-AppConnections-V1-AppConnectionsService-Paths)\n- [0.5.2](/ruby/docs/reference/google-cloud-beyond_corp-app_connections-v1/0.5.2/Google-Cloud-BeyondCorp-AppConnections-V1-AppConnectionsService-Paths)\n- [0.4.2](/ruby/docs/reference/google-cloud-beyond_corp-app_connections-v1/0.4.2/Google-Cloud-BeyondCorp-AppConnections-V1-AppConnectionsService-Paths)\n- [0.3.0](/ruby/docs/reference/google-cloud-beyond_corp-app_connections-v1/0.3.0/Google-Cloud-BeyondCorp-AppConnections-V1-AppConnectionsService-Paths)\n- [0.2.0](/ruby/docs/reference/google-cloud-beyond_corp-app_connections-v1/0.2.0/Google-Cloud-BeyondCorp-AppConnections-V1-AppConnectionsService-Paths)\n- [0.1.1](/ruby/docs/reference/google-cloud-beyond_corp-app_connections-v1/0.1.1/Google-Cloud-BeyondCorp-AppConnections-V1-AppConnectionsService-Paths) \nReference documentation and code samples for the BeyondCorp AppConnections V1 API module Google::Cloud::BeyondCorp::AppConnections::V1::AppConnectionsService::Paths.\n\nPath helper methods for the AppConnectionsService API. \n\nExtended By\n-----------\n\n- [Google::Cloud::BeyondCorp::AppConnections::V1::AppConnectionsService::Paths](./Google-Cloud-BeyondCorp-AppConnections-V1-AppConnectionsService-Paths)\n\nMethods\n-------\n\n### #app_connection_path\n\n def app_connection_path(project:, location:, app_connection:) -\u003e ::String\n\nCreate a fully-qualified AppConnection resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/appConnections/{app_connection}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **app_connection** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #app_connector_path\n\n def app_connector_path(project:, location:, app_connector:) -\u003e ::String\n\nCreate a fully-qualified AppConnector resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/appConnectors/{app_connector}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **app_connector** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #app_gateway_path\n\n def app_gateway_path(project:, location:, app_gateway:) -\u003e ::String\n\nCreate a fully-qualified AppGateway resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/appGateways/{app_gateway}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **app_gateway** (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)"]]