| 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,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Product.KeyValue |
Product.KeyValue.parseFrom(byte[] data) |
static Product.KeyValue |
Product.KeyValue.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Product.KeyValue |
Product.KeyValue.parseFrom(ByteBuffer data) |
static Product.KeyValue |
Product.KeyValue.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Product.KeyValue |
Product.KeyValue.parseFrom(com.google.protobuf.ByteString data) |
static Product.KeyValue |
Product.KeyValue.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Product.KeyValue |
Product.KeyValue.parseFrom(com.google.protobuf.CodedInputStream input) |
static Product.KeyValue |
Product.KeyValue.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Product.KeyValue |
Product.KeyValue.parseFrom(InputStream input) |
static Product.KeyValue |
Product.KeyValue.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.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 com.google.protobuf.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 © 2020 Google LLC. All rights reserved.