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.
Included In
Methods
#challenge_path
def challenge_path(project:, location:, uuid:) -> ::StringCreate a fully-qualified Challenge resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/challenges/{uuid}
- project (String)
- location (String)
- uuid (String)
- (::String)
- (::ArgumentError)
#instance_path
def instance_path(project:, zone:, instance:) -> ::StringCreate a fully-qualified Instance resource string.
The resource will be in the following format:
projects/{project}/zones/{zone}/instances/{instance}
- project (String)
- zone (String)
- instance (String)
- (::String)
- (::ArgumentError)
#location_path
def location_path(project:, location:) -> ::StringCreate a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)