Interface ValueOrBuilder (0.1.0)

public interface ValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNullValue()

public abstract boolean getNullValue()

If cell value is null, then this flag will be set to true.

bool null_value = 2;

Returns
Type Description
boolean

The nullValue.

getValue()

public abstract String getValue()

The cell value represented in string format.

string value = 1;

Returns
Type Description
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

The cell value represented in string format.

string value = 1;

Returns
Type Description
ByteString

The bytes for value.