Reference documentation and code samples for the Google Cloud Support V2 API module Google::Cloud::Support::V2::CommentService::Paths.
Path helper methods for the CommentService API.
Methods
#case_path
def case_path(organization:, case:) -> ::String
def case_path(project:, case:) -> ::String
Create a fully-qualified Case resource string.
def case_path(organization:, case:) -> ::String
organizations/{organization}/cases/{case}
- organization (String)
- case (String)
def case_path(project:, case:) -> ::String
projects/{project}/cases/{case}
- project (String)
- case (String)
- (::String)
- (::ArgumentError)
#comment_path
def comment_path(organization:, case:, comment:) -> ::String
def comment_path(project:, case:, comment:) -> ::String
Create a fully-qualified Comment resource string.
def comment_path(organization:, case:, comment:) -> ::String
organizations/{organization}/cases/{case}/comments/{comment}
- organization (String)
- case (String)
- comment (String)
def comment_path(project:, case:, comment:) -> ::String
projects/{project}/cases/{case}/comments/{comment}
- project (String)
- case (String)
- comment (String)
- (::String)
- (::ArgumentError)