Interface CustomClass.ClassItemOrBuilder (4.36.0)

public static interface CustomClass.ClassItemOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getValue()

public abstract String getValue()

The class item's value.

string value = 1;

Returns
TypeDescription
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

The class item's value.

string value = 1;

Returns
TypeDescription
ByteString

The bytes for value.