Google Cloud Support V2BETA API - Module Google::Cloud::Support::V2beta::CaseAttachmentService::Paths (v0.1.1)

Reference documentation and code samples for the Google Cloud Support V2BETA API module Google::Cloud::Support::V2beta::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)