public interface SqlResultValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getNullValue()
Set to true if cell value is null.
|
String |
getValue()
The cell value represented in string format.
|
com.google.protobuf.ByteString |
getValueBytes()
The cell value represented in string format.
|
boolean |
hasNullValue()
Set to true if cell value is null.
|
boolean |
hasValue()
The cell value represented in string format.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasValue()
The cell value represented in string format. Timestamps are converted to string using RFC3339Nano format.
optional string value = 1;String getValue()
The cell value represented in string format. Timestamps are converted to string using RFC3339Nano format.
optional string value = 1;com.google.protobuf.ByteString getValueBytes()
The cell value represented in string format. Timestamps are converted to string using RFC3339Nano format.
optional string value = 1;boolean hasNullValue()
Set to true if cell value is null.
optional bool null_value = 2;boolean getNullValue()
Set to true if cell value is null.
optional bool null_value = 2;Copyright © 2025 Google LLC. All rights reserved.