[[["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,["# Google Cloud Support V2BETA API - Module Google::Cloud::Support::V2beta::CommentService::Paths (v0.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.2.0 (latest)](/ruby/docs/reference/google-cloud-support-v2beta/latest/Google-Cloud-Support-V2beta-CommentService-Paths)\n- [0.1.1](/ruby/docs/reference/google-cloud-support-v2beta/0.1.1/Google-Cloud-Support-V2beta-CommentService-Paths) \nReference documentation and code samples for the Google Cloud Support V2BETA API module Google::Cloud::Support::V2beta::CommentService::Paths.\n\nPath helper methods for the CommentService API. \n\nExtended By\n-----------\n\n- [Google::Cloud::Support::V2beta::CommentService::Paths](./Google-Cloud-Support-V2beta-CommentService-Paths)\n\nMethods\n-------\n\n### #case_path\n\n def case_path(organization:, case:) -\u003e ::String\n def case_path(project:, case:) -\u003e ::String\n\nCreate a fully-qualified Case resource string. \n**Overloads** \n\n def case_path(organization:, case:) -\u003e ::String\n\nThe resource will be in the following format:\n\n\n`organizations/{organization}/cases/{case}` \n**Parameters**\n\n- **organization** (String)\n- **case** (String) \n\n def case_path(project:, case:) -\u003e ::String\n\nThe resource will be in the following format:\n\n\n`projects/{project}/cases/{case}` \n**Parameters**\n\n- **project** (String)\n- **case** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #comment_path\n\n def comment_path(organization:, case:, comment:) -\u003e ::String\n def comment_path(project:, case:, comment:) -\u003e ::String\n\nCreate a fully-qualified Comment resource string. \n**Overloads** \n\n def comment_path(organization:, case:, comment:) -\u003e ::String\n\nThe resource will be in the following format:\n\n\n`organizations/{organization}/cases/{case}/comments/{comment}` \n**Parameters**\n\n- **organization** (String)\n- **case** (String)\n- **comment** (String) \n\n def comment_path(project:, case:, comment:) -\u003e ::String\n\nThe resource will be in the following format:\n\n\n`projects/{project}/cases/{case}/comments/{comment}` \n**Parameters**\n\n- **project** (String)\n- **case** (String)\n- **comment** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)"]]