Reference documentation and code samples for the Google Cloud Support V2 API module Google::Cloud::Support::V2::CaseService::Paths.
Path helper methods for the CaseService API.
Extended By
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)
#organization_path
def organization_path(organization:) -> ::String
Create a fully-qualified Organization resource string.
The resource will be in the following format:
organizations/{organization}
- organization (String)
- (::String)
#project_path
def project_path(project:) -> ::String
Create a fully-qualified Project resource string.
The resource will be in the following format:
projects/{project}
- project (String)
- (::String)