Assured Workloads for Government V1beta1 API - Module Google::Cloud::AssuredWorkloads::V1beta1::AssuredWorkloadsService::Paths (v0.10.0)

Reference documentation and code samples for the Assured Workloads for Government V1beta1 API module Google::Cloud::AssuredWorkloads::V1beta1::AssuredWorkloadsService::Paths.

Path helper methods for the AssuredWorkloadsService API.

Methods

#location_path

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

Create a fully-qualified Location resource string.

The resource will be in the following format:

organizations/{organization}/locations/{location}

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

#workload_path

def workload_path(organization:, location:, workload:) -> ::String

Create a fully-qualified Workload resource string.

The resource will be in the following format:

organizations/{organization}/locations/{location}/workloads/{workload}

Parameters
  • organization (String)
  • location (String)
  • workload (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)