Interface Product.KeyValueOrBuilder (2.1.2)

See more code actions.
public static interface Product.KeyValueOrBuilder extends MessageOrBuilder
MessageOrBuilder
public abstract String getKey()

The key of the label attached to the product. Cannot be empty and cannot exceed 128 bytes.

string key = 1;

Returns
TypeDescription
String

The key.

getKeyBytes()

public abstract ByteString getKeyBytes()

The key of the label attached to the product. Cannot be empty and cannot exceed 128 bytes.

string key = 1;

Returns
TypeDescription
ByteString

The bytes for key.

getValue()

public abstract String getValue()

The value of the label attached to the product. Cannot be empty and cannot exceed 128 bytes.

string value = 2;

Returns
TypeDescription
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

The value of the label attached to the product. Cannot be empty and cannot exceed 128 bytes.

string value = 2;

Returns
TypeDescription
ByteString

The bytes for value.