Show / Hide Table of Contents

Class LogicalProductsResource

The "logicalProducts" collection of methods.

Inheritance
object
LogicalProductsResource
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

Constructors

LogicalProductsResource(IClientService)

Constructs a new resource.

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

Properties

Variants

Gets the Variants resource.

Declaration
public virtual LogicalProductsResource.VariantsResource Variants { get; }
Property Value
Type Description
LogicalProductsResource.VariantsResource

Methods

Get(string)

Gets details of a LogicalProduct.

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

Required. The name of the LogicalProduct to retrieve. Format: logicalProducts/{logical_product}

Returns
Type Description
LogicalProductsResource.GetRequest

List()

Lists LogicalProducts matching given criteria.

Declaration
public virtual LogicalProductsResource.ListRequest List()
Returns
Type Description
LogicalProductsResource.ListRequest

LookupEntity(string)

Look up entities.

Declaration
public virtual LogicalProductsResource.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.LookupEntityRequest
In this article
Back to top Generated by DocFX