Cloud Product Registry V1 API - Module Google::Cloud::ProductRegistry::V1::CloudProductRegistryReadService::Paths (v0.1.0)

Reference documentation and code samples for the Cloud Product Registry V1 API module Google::Cloud::ProductRegistry::V1::CloudProductRegistryReadService::Paths.

Path helper methods for the CloudProductRegistryReadService API.

Methods

#logical_product_path

def logical_product_path(logical_product:) -> ::String

Create a fully-qualified LogicalProduct resource string.

The resource will be in the following format:

logicalProducts/{logical_product}

Parameter
  • logical_product (String)
Returns
  • (::String)

#logical_product_variant_path

def logical_product_variant_path(logical_product:, variant:) -> ::String

Create a fully-qualified LogicalProductVariant resource string.

The resource will be in the following format:

logicalProducts/{logical_product}/variants/{variant}

Parameters
  • logical_product (String)
  • variant (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#product_suite_path

def product_suite_path(product_suite:) -> ::String

Create a fully-qualified ProductSuite resource string.

The resource will be in the following format:

productSuites/{product_suite}

Parameter
  • product_suite (String)
Returns
  • (::String)