[[["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,["# Secret Manager V1beta1 API - Module Google::Cloud::SecretManager::V1beta1::SecretManagerService::Paths (v0.18.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.18.0 (latest)](/ruby/docs/reference/google-cloud-secret_manager-v1beta1/latest/Google-Cloud-SecretManager-V1beta1-SecretManagerService-Paths)\n- [0.17.2](/ruby/docs/reference/google-cloud-secret_manager-v1beta1/0.17.2/Google-Cloud-SecretManager-V1beta1-SecretManagerService-Paths)\n- [0.16.0](/ruby/docs/reference/google-cloud-secret_manager-v1beta1/0.16.0/Google-Cloud-SecretManager-V1beta1-SecretManagerService-Paths)\n- [0.15.1](/ruby/docs/reference/google-cloud-secret_manager-v1beta1/0.15.1/Google-Cloud-SecretManager-V1beta1-SecretManagerService-Paths)\n- [0.14.2](/ruby/docs/reference/google-cloud-secret_manager-v1beta1/0.14.2/Google-Cloud-SecretManager-V1beta1-SecretManagerService-Paths)\n- [0.13.0](/ruby/docs/reference/google-cloud-secret_manager-v1beta1/0.13.0/Google-Cloud-SecretManager-V1beta1-SecretManagerService-Paths)\n- [0.12.2](/ruby/docs/reference/google-cloud-secret_manager-v1beta1/0.12.2/Google-Cloud-SecretManager-V1beta1-SecretManagerService-Paths)\n- [0.11.0](/ruby/docs/reference/google-cloud-secret_manager-v1beta1/0.11.0/Google-Cloud-SecretManager-V1beta1-SecretManagerService-Paths)\n- [0.10.0](/ruby/docs/reference/google-cloud-secret_manager-v1beta1/0.10.0/Google-Cloud-SecretManager-V1beta1-SecretManagerService-Paths)\n- [0.9.0](/ruby/docs/reference/google-cloud-secret_manager-v1beta1/0.9.0/Google-Cloud-SecretManager-V1beta1-SecretManagerService-Paths)\n- [0.8.5](/ruby/docs/reference/google-cloud-secret_manager-v1beta1/0.8.5/Google-Cloud-SecretManager-V1beta1-SecretManagerService-Paths) \nReference documentation and code samples for the Secret Manager V1beta1 API module Google::Cloud::SecretManager::V1beta1::SecretManagerService::Paths.\n\nPath helper methods for the SecretManagerService API. \n\nExtended By\n-----------\n\n- [Google::Cloud::SecretManager::V1beta1::SecretManagerService::Paths](./Google-Cloud-SecretManager-V1beta1-SecretManagerService-Paths)\n\nMethods\n-------\n\n### #project_path\n\n def project_path(project:) -\u003e ::String\n\nCreate a fully-qualified Project resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}` \n**Parameter**\n\n- **project** (String) \n**Returns**\n\n- (::String)\n\n### #secret_path\n\n def secret_path(project:, secret:) -\u003e ::String\n\nCreate a fully-qualified Secret resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/secrets/{secret}` \n**Parameters**\n\n- **project** (String)\n- **secret** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #secret_version_path\n\n def secret_version_path(project:, secret:, secret_version:) -\u003e ::String\n\nCreate a fully-qualified SecretVersion resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/secrets/{secret}/versions/{secret_version}` \n**Parameters**\n\n- **project** (String)\n- **secret** (String)\n- **secret_version** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)"]]