Google Cloud Support V2 API - Module Google::Cloud::Support::V2::CaseService::Paths (v0.3.2)

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.

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)

#organization_path

def organization_path(organization:) -> ::String

Create a fully-qualified Organization resource string.

The resource will be in the following format:

organizations/{organization}

Parameter
  • organization (String)
Returns
  • (::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}

Parameter
  • project (String)
Returns
  • (::String)