Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ProductSetsResource.ProductsResource

The "products" collection of methods.

Inheritance
System.Object
ProjectsResource.LocationsResource.ProductSetsResource.ProductsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Vision.v1
Assembly: Google.Apis.Vision.v1.dll
Syntax
public class ProductsResource

Constructors

ProductsResource(IClientService)

Constructs a new resource.

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

Methods

List(String)

Lists the Products in a ProductSet, in an unspecified order. If the ProductSet does not exist, the products field of the response will be empty. Possible errors: * Returns INVALID_ARGUMENT if page_size is greater than 100 or less than 1.

Declaration
public virtual ProjectsResource.LocationsResource.ProductSetsResource.ProductsResource.ListRequest List(string name)
Parameters
Type Name Description
System.String name

Required. The ProductSet resource for which to retrieve Products. Format is: projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID

Returns
Type Description
ProjectsResource.LocationsResource.ProductSetsResource.ProductsResource.ListRequest
In This Article
Back to top