Class ProjectsResource.LocationsResource.ProductSetsResource.ProductsResource
The "products" collection of methods.
Inherited Members
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:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ProductSetsResource.ProductsResource.ListRequest |