public static interface ExecutedQueryResult.ValueOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getValue()
public abstract String getValue()The cell value, represented in a string format. Timestamps could be formatted, for example, using RFC3339Nano. This field is used if the value is not null.
string value = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The value. |
getValueBytes()
public abstract ByteString getValueBytes()The cell value, represented in a string format. Timestamps could be formatted, for example, using RFC3339Nano. This field is used if the value is not null.
string value = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for value. |