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.Builder |
Product.Builder.addProductLabelsBuilder()
Key-value pairs that can be attached to a product.
|
Product.KeyValue.Builder |
Product.Builder.addProductLabelsBuilder(int index)
Key-value pairs that can be attached to a product.
|
Product.KeyValue.Builder |
Product.KeyValue.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
Product.KeyValue.Builder |
Product.KeyValue.Builder.clear() |
Product.KeyValue.Builder |
Product.KeyValue.Builder.clearField(Descriptors.FieldDescriptor field) |
Product.KeyValue.Builder |
Product.KeyValue.Builder.clearKey()
The key of the label attached to the product.
|
Product.KeyValue.Builder |
Product.KeyValue.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
Product.KeyValue.Builder |
Product.KeyValue.Builder.clearValue()
The value of the label attached to the product.
|
Product.KeyValue.Builder |
Product.KeyValue.Builder.clone() |
Product.KeyValue.Builder |
Product.Builder.getProductLabelsBuilder(int index)
Key-value pairs that can be attached to a product.
|
Product.KeyValue.Builder |
Product.KeyValue.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
Product.KeyValue.Builder |
Product.KeyValue.Builder.mergeFrom(Message other) |
Product.KeyValue.Builder |
Product.KeyValue.Builder.mergeFrom(Product.KeyValue other) |
Product.KeyValue.Builder |
Product.KeyValue.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static Product.KeyValue.Builder |
Product.KeyValue.newBuilder() |
static Product.KeyValue.Builder |
Product.KeyValue.newBuilder(Product.KeyValue prototype) |
Product.KeyValue.Builder |
Product.KeyValue.newBuilderForType() |
protected Product.KeyValue.Builder |
Product.KeyValue.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
Product.KeyValue.Builder |
Product.KeyValue.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
Product.KeyValue.Builder |
Product.KeyValue.Builder.setKey(String value)
The key of the label attached to the product.
|
Product.KeyValue.Builder |
Product.KeyValue.Builder.setKeyBytes(ByteString value)
The key of the label attached to the product.
|
Product.KeyValue.Builder |
Product.KeyValue.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
Product.KeyValue.Builder |
Product.KeyValue.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
Product.KeyValue.Builder |
Product.KeyValue.Builder.setValue(String value)
The value of the label attached to the product.
|
Product.KeyValue.Builder |
Product.KeyValue.Builder.setValueBytes(ByteString value)
The value of the label attached to the product.
|
Product.KeyValue.Builder |
Product.KeyValue.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<Product.KeyValue.Builder> |
Product.Builder.getProductLabelsBuilderList()
Key-value pairs that can be attached to a product.
|
Modifier and Type | Method and Description |
---|---|
Product.Builder |
Product.Builder.addProductLabels(int index,
Product.KeyValue.Builder builderForValue)
Key-value pairs that can be attached to a product.
|
Product.Builder |
Product.Builder.addProductLabels(Product.KeyValue.Builder builderForValue)
Key-value pairs that can be attached to a product.
|
Product.Builder |
Product.Builder.setProductLabels(int index,
Product.KeyValue.Builder builderForValue)
Key-value pairs that can be attached to a product.
|
Copyright © 2022 Google LLC. All rights reserved.