Package | Description |
---|---|
com.google.api.services.vision.v1 | |
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
Vision.Projects.Locations.Products.Create |
Vision.Projects.Locations.Products.create(String parent,
Product content)
Creates and returns a new product resource.
|
Vision.Projects.Locations.Products.Patch |
Vision.Projects.Locations.Products.patch(String name,
Product content)
Makes changes to a Product resource.
|
Constructor and Description |
---|
Create(String parent,
Product content)
Creates and returns a new product resource.
|
Patch(String name,
Product content)
Makes changes to a Product resource.
|
Modifier and Type | Method and Description |
---|---|
Product |
Product.clone() |
Product |
Result.getProduct()
The Product.
|
Product |
Product.set(String fieldName,
Object value) |
Product |
Product.setDescription(String description)
User-provided metadata to be stored with this product.
|
Product |
Product.setDisplayName(String displayName)
The user-provided name for this Product.
|
Product |
Product.setName(String name)
The resource name of the product.
|
Product |
Product.setProductCategory(String productCategory)
The category for the product identified by the reference image.
|
Product |
Product.setProductLabels(List<KeyValue> productLabels)
Key-value pairs that can be attached to a product.
|
Modifier and Type | Method and Description |
---|---|
List<Product> |
ListProductsResponse.getProducts()
List of products.
|
List<Product> |
ListProductsInProductSetResponse.getProducts()
The list of Products.
|
Modifier and Type | Method and Description |
---|---|
Result |
Result.setProduct(Product product)
The Product.
|
Modifier and Type | Method and Description |
---|---|
ListProductsResponse |
ListProductsResponse.setProducts(List<Product> products)
List of products.
|
ListProductsInProductSetResponse |
ListProductsInProductSetResponse.setProducts(List<Product> products)
The list of Products.
|
Copyright © 2011–2019 Google. All rights reserved.