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