public interface ValueOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 in string format.
string value = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The value. |
getValueBytes()
public abstract ByteString getValueBytes()The cell value in string format.
string value = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for value. |