Class Value.RawValue (2.39.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
Name Description
value ByteString
Returns
Type Description
Value.RawValue

Constructors

RawValue()

public RawValue()

Methods

getValue()

public abstract ByteString getValue()
Returns
Type Description
ByteString

getValueType()

public Value.ValueType getValueType()
Returns
Type Description
Value.ValueType
Overrides