Confidential Computing V1 API - Module Google::Cloud::ConfidentialComputing::V1::ConfidentialComputing::Paths (v0.5.0)

Reference documentation and code samples for the Confidential Computing V1 API module Google::Cloud::ConfidentialComputing::V1::ConfidentialComputing::Paths.

Path helper methods for the ConfidentialComputing API.

Methods

#challenge_path

def challenge_path(project:, location:, uuid:) -> ::String

Create a fully-qualified Challenge resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/challenges/{uuid}

Parameters
  • project (String)
  • location (String)
  • uuid (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#location_path

def location_path(project:, location:) -> ::String

Create a fully-qualified Location resource string.

The resource will be in the following format:

projects/{project}/locations/{location}

Parameters
  • project (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)