Show / Hide Table of Contents

Class ProductSuitesResource

The "productSuites" collection of methods.

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

Constructors

ProductSuitesResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Get details of a ProductSuite.

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

Required. The name of the ProductSuite to retrieve. Format: productSuites/{product_suite}

Returns
Type Description
ProductSuitesResource.GetRequest

List()

Lists ProductSuites.

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

LookupEntity(string)

Look up entities.

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