Reference documentation and code samples for the Service Directory V1beta1 API module Google::Cloud::ServiceDirectory::V1beta1::RegistrationService::Paths.
Path helper methods for the RegistrationService 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,["# Service Directory V1beta1 API - Module Google::Cloud::ServiceDirectory::V1beta1::RegistrationService::Paths (v0.18.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.18.0 (latest)](/ruby/docs/reference/google-cloud-service_directory-v1beta1/latest/Google-Cloud-ServiceDirectory-V1beta1-RegistrationService-Paths)\n- [0.17.1](/ruby/docs/reference/google-cloud-service_directory-v1beta1/0.17.1/Google-Cloud-ServiceDirectory-V1beta1-RegistrationService-Paths)\n- [0.16.0](/ruby/docs/reference/google-cloud-service_directory-v1beta1/0.16.0/Google-Cloud-ServiceDirectory-V1beta1-RegistrationService-Paths)\n- [0.15.2](/ruby/docs/reference/google-cloud-service_directory-v1beta1/0.15.2/Google-Cloud-ServiceDirectory-V1beta1-RegistrationService-Paths)\n- [0.14.2](/ruby/docs/reference/google-cloud-service_directory-v1beta1/0.14.2/Google-Cloud-ServiceDirectory-V1beta1-RegistrationService-Paths)\n- [0.13.0](/ruby/docs/reference/google-cloud-service_directory-v1beta1/0.13.0/Google-Cloud-ServiceDirectory-V1beta1-RegistrationService-Paths)\n- [0.12.1](/ruby/docs/reference/google-cloud-service_directory-v1beta1/0.12.1/Google-Cloud-ServiceDirectory-V1beta1-RegistrationService-Paths)\n- [0.11.1](/ruby/docs/reference/google-cloud-service_directory-v1beta1/0.11.1/Google-Cloud-ServiceDirectory-V1beta1-RegistrationService-Paths)\n- [0.10.0](/ruby/docs/reference/google-cloud-service_directory-v1beta1/0.10.0/Google-Cloud-ServiceDirectory-V1beta1-RegistrationService-Paths)\n- [0.9.0](/ruby/docs/reference/google-cloud-service_directory-v1beta1/0.9.0/Google-Cloud-ServiceDirectory-V1beta1-RegistrationService-Paths)\n- [0.8.0](/ruby/docs/reference/google-cloud-service_directory-v1beta1/0.8.0/Google-Cloud-ServiceDirectory-V1beta1-RegistrationService-Paths)\n- [0.7.4](/ruby/docs/reference/google-cloud-service_directory-v1beta1/0.7.4/Google-Cloud-ServiceDirectory-V1beta1-RegistrationService-Paths) \nReference documentation and code samples for the Service Directory V1beta1 API module Google::Cloud::ServiceDirectory::V1beta1::RegistrationService::Paths.\n\nPath helper methods for the RegistrationService API. \n\nExtended By\n-----------\n\n- [Google::Cloud::ServiceDirectory::V1beta1::RegistrationService::Paths](./Google-Cloud-ServiceDirectory-V1beta1-RegistrationService-Paths)\n\nMethods\n-------\n\n### #endpoint_path\n\n def endpoint_path(project:, location:, namespace:, service:, endpoint:) -\u003e ::String\n\nCreate a fully-qualified Endpoint resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}/endpoints/{endpoint}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **namespace** (String)\n- **service** (String)\n- **endpoint** (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### #namespace_path\n\n def namespace_path(project:, location:, namespace:) -\u003e ::String\n\nCreate a fully-qualified Namespace resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/namespaces/{namespace}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **namespace** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #network_path\n\n def network_path(project:, network:) -\u003e ::String\n\nCreate a fully-qualified Network resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/global/networks/{network}` \n**Parameters**\n\n- **project** (String)\n- **network** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #service_path\n\n def service_path(project:, location:, namespace:, 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}/namespaces/{namespace}/services/{service}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **namespace** (String)\n- **service** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)"]]