Package | Description |
---|---|
com.google.cloud.vision.v1p3beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
Product.KeyValue |
Product.KeyValue.Builder.build() |
Product.KeyValue |
Product.KeyValue.Builder.buildPartial() |
static Product.KeyValue |
Product.KeyValue.getDefaultInstance() |
Product.KeyValue |
Product.KeyValue.getDefaultInstanceForType() |
Product.KeyValue |
Product.KeyValue.Builder.getDefaultInstanceForType() |
Product.KeyValue |
ProductOrBuilder.getProductLabels(int index)
Key-value pairs that can be attached to a product.
|
Product.KeyValue |
Product.getProductLabels(int index)
Key-value pairs that can be attached to a product.
|
Product.KeyValue |
Product.Builder.getProductLabels(int index)
Key-value pairs that can be attached to a product.
|
static Product.KeyValue |
Product.KeyValue.parseDelimitedFrom(InputStream input) |
static Product.KeyValue |
Product.KeyValue.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Product.KeyValue |
Product.KeyValue.parseFrom(byte[] data) |
static Product.KeyValue |
Product.KeyValue.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Product.KeyValue |
Product.KeyValue.parseFrom(ByteBuffer data) |
static Product.KeyValue |
Product.KeyValue.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Product.KeyValue |
Product.KeyValue.parseFrom(ByteString data) |
static Product.KeyValue |
Product.KeyValue.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Product.KeyValue |
Product.KeyValue.parseFrom(CodedInputStream input) |
static Product.KeyValue |
Product.KeyValue.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Product.KeyValue |
Product.KeyValue.parseFrom(InputStream input) |
static Product.KeyValue |
Product.KeyValue.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<Product.KeyValue> |
Product.KeyValue.getParserForType() |
List<Product.KeyValue> |
ProductOrBuilder.getProductLabelsList()
Key-value pairs that can be attached to a product.
|
List<Product.KeyValue> |
Product.getProductLabelsList()
Key-value pairs that can be attached to a product.
|
List<Product.KeyValue> |
Product.Builder.getProductLabelsList()
Key-value pairs that can be attached to a product.
|
static Parser<Product.KeyValue> |
Product.KeyValue.parser() |
Modifier and Type | Method and Description |
---|---|
Product.Builder |
Product.Builder.addProductLabels(int index,
Product.KeyValue value)
Key-value pairs that can be attached to a product.
|
Product.Builder |
Product.Builder.addProductLabels(Product.KeyValue value)
Key-value pairs that can be attached to a product.
|
Product.KeyValue.Builder |
Product.KeyValue.Builder.mergeFrom(Product.KeyValue other) |
static Product.KeyValue.Builder |
Product.KeyValue.newBuilder(Product.KeyValue prototype) |
Product.Builder |
Product.Builder.setProductLabels(int index,
Product.KeyValue value)
Key-value pairs that can be attached to a product.
|
Modifier and Type | Method and Description |
---|---|
Product.Builder |
Product.Builder.addAllProductLabels(Iterable<? extends Product.KeyValue> values)
Key-value pairs that can be attached to a product.
|
Copyright © 2022 Google LLC. All rights reserved.