| 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(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Product.KeyValue.Builder |
Product.KeyValue.Builder.clear() |
Product.KeyValue.Builder |
Product.KeyValue.Builder.clearField(com.google.protobuf.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(com.google.protobuf.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(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Product.KeyValue.Builder |
Product.KeyValue.Builder.mergeFrom(com.google.protobuf.Message other) |
Product.KeyValue.Builder |
Product.KeyValue.Builder.mergeFrom(Product.KeyValue other) |
Product.KeyValue.Builder |
Product.KeyValue.Builder.mergeUnknownFields(com.google.protobuf.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(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Product.KeyValue.Builder |
Product.KeyValue.Builder.setField(com.google.protobuf.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(com.google.protobuf.ByteString value)
The key of the label attached to the product.
|
Product.KeyValue.Builder |
Product.KeyValue.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Product.KeyValue.Builder |
Product.KeyValue.Builder.setUnknownFields(com.google.protobuf.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(com.google.protobuf.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 © 2023 Google LLC. All rights reserved.