Class Value.RawValue (2.37.0)

public abstract static class Value.RawValue extends Value

Inheritance

java.lang.Object > Value > Value.RawValue

Static Methods

create(ByteString value)

public static Value.RawValue create(ByteString value)
Parameter
NameDescription
valueByteString
Returns
TypeDescription
Value.RawValue

Constructors

RawValue()

public RawValue()

Methods

getValue()

public abstract ByteString getValue()
Returns
TypeDescription
ByteString

getValueType()

public Value.ValueType getValueType()
Returns
TypeDescription
Value.ValueType
Overrides