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.
Included In
Methods
#logical_product_path
def logical_product_path(logical_product:) -> ::StringCreate a fully-qualified LogicalProduct resource string.
The resource will be in the following format:
logicalProducts/{logical_product}
- logical_product (String)
- (::String)
#logical_product_variant_path
def logical_product_variant_path(logical_product:, variant:) -> ::StringCreate a fully-qualified LogicalProductVariant resource string.
The resource will be in the following format:
logicalProducts/{logical_product}/variants/{variant}
- logical_product (String)
- variant (String)
- (::String)
- (::ArgumentError)
#product_suite_path
def product_suite_path(product_suite:) -> ::StringCreate a fully-qualified ProductSuite resource string.
The resource will be in the following format:
productSuites/{product_suite}
- product_suite (String)
- (::String)