public static interface Product.KeyValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
The key of the label attached to the product.
|
com.google.protobuf.ByteString |
getKeyBytes()
The key of the label attached to the product.
|
String |
getValue()
The value of the label attached to the product.
|
com.google.protobuf.ByteString |
getValueBytes()
The value of the label attached to the product.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getKey()
The key of the label attached to the product. Cannot be empty and cannot exceed 128 bytes.
string key = 1;com.google.protobuf.ByteString getKeyBytes()
The key of the label attached to the product. Cannot be empty and cannot exceed 128 bytes.
string key = 1;String getValue()
The value of the label attached to the product. Cannot be empty and cannot exceed 128 bytes.
string value = 2;com.google.protobuf.ByteString getValueBytes()
The value of the label attached to the product. Cannot be empty and cannot exceed 128 bytes.
string value = 2;Copyright © 2023 Google LLC. All rights reserved.