Send feedback
Distributed Cloud Edge Container V1 API - Module Google::Cloud::EdgeContainer::V1::EdgeContainer::Paths (v1.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
Reference documentation and code samples for the Distributed Cloud Edge Container V1 API module Google::Cloud::EdgeContainer::V1::EdgeContainer::Paths.
Path helper methods for the EdgeContainer API.
Methods
#cluster_path
def cluster_path ( project :, location :, cluster :) - > :: String
Create a fully-qualified Cluster resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/clusters/{cluster}
Parameters
project (String)
location (String)
cluster (String)
#crypto_key_path
def crypto_key_path ( project :, location :, key_ring :, crypto_key :) - > :: String
Create a fully-qualified CryptoKey resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
Parameters
project (String)
location (String)
key_ring (String)
crypto_key (String)
#crypto_key_version_path
def crypto_key_version_path ( project :, location :, key_ring :, crypto_key :, crypto_key_version :) - > :: String
Create a fully-qualified CryptoKeyVersion resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version}
Parameters
project (String)
location (String)
key_ring (String)
crypto_key (String)
crypto_key_version (String)
#location_path
def location_path ( project :, location :) - > :: String
Create a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
Parameters
project (String)
location (String)
#machine_path
def machine_path ( project :, location :, machine :) - > :: String
Create a fully-qualified Machine resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/machines/{machine}
Parameters
project (String)
location (String)
machine (String)
#node_pool_path
def node_pool_path ( project :, location :, cluster :, node_pool :) - > :: String
Create a fully-qualified NodePool resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/clusters/{cluster}/nodePools/{node_pool}
Parameters
project (String)
location (String)
cluster (String)
node_pool (String)
#vpn_connection_path
def vpn_connection_path ( project :, location :, vpn_connection :) - > :: String
Create a fully-qualified VpnConnection resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/vpnConnections/{vpn_connection}
Parameters
project (String)
location (String)
vpn_connection (String)
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-09 UTC.
Need to tell us more?
[[["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,["# Distributed Cloud Edge Container V1 API - Module Google::Cloud::EdgeContainer::V1::EdgeContainer::Paths (v1.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.0 (latest)](/ruby/docs/reference/google-cloud-edge_container-v1/latest/Google-Cloud-EdgeContainer-V1-EdgeContainer-Paths)\n- [1.0.1](/ruby/docs/reference/google-cloud-edge_container-v1/1.0.1/Google-Cloud-EdgeContainer-V1-EdgeContainer-Paths)\n- [0.4.0](/ruby/docs/reference/google-cloud-edge_container-v1/0.4.0/Google-Cloud-EdgeContainer-V1-EdgeContainer-Paths)\n- [0.3.0](/ruby/docs/reference/google-cloud-edge_container-v1/0.3.0/Google-Cloud-EdgeContainer-V1-EdgeContainer-Paths)\n- [0.2.0](/ruby/docs/reference/google-cloud-edge_container-v1/0.2.0/Google-Cloud-EdgeContainer-V1-EdgeContainer-Paths)\n- [0.1.1](/ruby/docs/reference/google-cloud-edge_container-v1/0.1.1/Google-Cloud-EdgeContainer-V1-EdgeContainer-Paths) \nReference documentation and code samples for the Distributed Cloud Edge Container V1 API module Google::Cloud::EdgeContainer::V1::EdgeContainer::Paths.\n\nPath helper methods for the EdgeContainer API. \n\nExtended By\n-----------\n\n- [Google::Cloud::EdgeContainer::V1::EdgeContainer::Paths](./Google-Cloud-EdgeContainer-V1-EdgeContainer-Paths)\n\nMethods\n-------\n\n### #cluster_path\n\n def cluster_path(project:, location:, cluster:) -\u003e ::String\n\nCreate a fully-qualified Cluster resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/clusters/{cluster}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **cluster** (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### #crypto_key_version_path\n\n def crypto_key_version_path(project:, location:, key_ring:, crypto_key:, crypto_key_version:) -\u003e ::String\n\nCreate a fully-qualified CryptoKeyVersion 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}/cryptoKeyVersions/{crypto_key_version}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **key_ring** (String)\n- **crypto_key** (String)\n- **crypto_key_version** (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### #machine_path\n\n def machine_path(project:, location:, machine:) -\u003e ::String\n\nCreate a fully-qualified Machine resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/machines/{machine}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **machine** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #node_pool_path\n\n def node_pool_path(project:, location:, cluster:, node_pool:) -\u003e ::String\n\nCreate a fully-qualified NodePool resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/clusters/{cluster}/nodePools/{node_pool}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **cluster** (String)\n- **node_pool** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #vpn_connection_path\n\n def vpn_connection_path(project:, location:, vpn_connection:) -\u003e ::String\n\nCreate a fully-qualified VpnConnection resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/vpnConnections/{vpn_connection}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **vpn_connection** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)"]]