public final class SqlResultValue extends GeneratedMessageV3 implements SqlResultValueOrBuilder
A single value in a row from a sql result.
Protobuf type google.cloud.alloydb.v1.SqlResultValue
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
NULL_VALUE_FIELD_NUMBER
public static final int NULL_VALUE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
VALUE_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static SqlResultValue getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static SqlResultValue.Builder newBuilder()
newBuilder(SqlResultValue prototype)
public static SqlResultValue.Builder newBuilder(SqlResultValue prototype)
public static SqlResultValue parseDelimitedFrom(InputStream input)
public static SqlResultValue parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static SqlResultValue parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SqlResultValue parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static SqlResultValue parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SqlResultValue parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SqlResultValue parseFrom(CodedInputStream input)
public static SqlResultValue parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SqlResultValue parseFrom(InputStream input)
public static SqlResultValue parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static SqlResultValue parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SqlResultValue parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<SqlResultValue> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public SqlResultValue getDefaultInstanceForType()
getNullValue()
public boolean getNullValue()
Set to true if cell value is null.
optional bool null_value = 2;
Returns |
Type |
Description |
boolean |
The nullValue.
|
getParserForType()
public Parser<SqlResultValue> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getValue()
The cell value represented in string format.
Timestamps are converted to string using RFC3339Nano format.
optional string value = 1;
Returns |
Type |
Description |
String |
The value.
|
getValueBytes()
public ByteString getValueBytes()
The cell value represented in string format.
Timestamps are converted to string using RFC3339Nano format.
optional string value = 1;
Returns |
Type |
Description |
ByteString |
The bytes for value.
|
hasNullValue()
public boolean hasNullValue()
Set to true if cell value is null.
optional bool null_value = 2;
Returns |
Type |
Description |
boolean |
Whether the nullValue field is set.
|
hasValue()
public boolean hasValue()
The cell value represented in string format.
Timestamps are converted to string using RFC3339Nano format.
optional string value = 1;
Returns |
Type |
Description |
boolean |
Whether the value field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public SqlResultValue.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SqlResultValue.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public SqlResultValue.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides