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.
Included In
Methods
#location_path
def location_path(organization:, location:) -> ::StringCreate a fully-qualified Location resource string.
The resource will be in the following format:
organizations/{organization}/locations/{location}
- organization (String)
- location (String)
- (::String)
- (::ArgumentError)
#workload_path
def workload_path(organization:, location:, workload:) -> ::StringCreate a fully-qualified Workload resource string.
The resource will be in the following format:
organizations/{organization}/locations/{location}/workloads/{workload}
- organization (String)
- location (String)
- workload (String)
- (::String)
- (::ArgumentError)