Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ProductSetsResource.ProductsResource

The "products" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ProductSetsResource.ProductsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Vision.v1
Assembly: Google.Apis.Vision.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ProductSetsResource.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
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 Generated by DocFX