Show / Hide Table of Contents

Class LogicalProductsResource.VariantsResource

The "variants" collection of methods.

Inheritance
object
LogicalProductsResource.VariantsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudProductRegistry.v1
Assembly: Google.Apis.CloudProductRegistry.v1.dll
Syntax
public class LogicalProductsResource.VariantsResource

Constructors

VariantsResource(IClientService)

Constructs a new resource.

Declaration
public VariantsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Get details of a LogicalProductVariant.

Declaration
public virtual LogicalProductsResource.VariantsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the LogicalProductVariant to retrieve. Format: logicalProducts/{logical_product}/variants/{variant}

Returns
Type Description
LogicalProductsResource.VariantsResource.GetRequest

List(string)

Lists LogicalProductVariants matching given criteria.

Declaration
public virtual LogicalProductsResource.VariantsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Parent logical product id. Format: logicalProducts/{logical_product}

Returns
Type Description
LogicalProductsResource.VariantsResource.ListRequest

LookupEntity(string)

Look up entities.

Declaration
public virtual LogicalProductsResource.VariantsResource.LookupEntityRequest LookupEntity(string lookupUri)
Parameters
Type Name Description
string lookupUri

Required. Entity uri to look up. Supported Formats: logicalProducts/{logical_product} logicalProducts/{logical_product}/variants/{variant} productSuites/{product_suite}

Returns
Type Description
LogicalProductsResource.VariantsResource.LookupEntityRequest
In this article
Back to top Generated by DocFX