Reference documentation and code samples for the Google Cloud Support V2 API module Google::Cloud::Support::V2::CaseAttachmentService::Paths.
Path helper methods for the CaseAttachmentService API.
Methods
#case_path
def case_path(organization:, case:) -> ::String
def case_path(project:, case:) -> ::String
Create a fully-qualified Case resource string.
Overloads
def case_path(organization:, case:) -> ::String
The resource will be in the following format:
organizations/{organization}/cases/{case}
Parameters
- organization (String)
- case (String)
def case_path(project:, case:) -> ::String
The resource will be in the following format:
projects/{project}/cases/{case}
Parameters
- project (String)
- case (String)
Returns
- (::String)
Raises
- (::ArgumentError)