public static final class SqlResultValue.Builder extends GeneratedMessageV3.Builder<SqlResultValue.Builder> 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.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SqlResultValue.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public SqlResultValue build()
buildPartial()
public SqlResultValue buildPartial()
clear()
public SqlResultValue.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public SqlResultValue.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNullValue()
public SqlResultValue.Builder clearNullValue()
Set to true if cell value is null.
optional bool null_value = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
public SqlResultValue.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearValue()
public SqlResultValue.Builder clearValue()
The cell value represented in string format.
Timestamps are converted to string using RFC3339Nano format.
optional string value = 1;
clone()
public SqlResultValue.Builder clone()
Overrides
getDefaultInstanceForType()
public SqlResultValue getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getNullValue()
public boolean getNullValue()
Set to true if cell value is null.
optional bool null_value = 2;
Returns |
Type |
Description |
boolean |
The nullValue.
|
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.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(SqlResultValue other)
public SqlResultValue.Builder mergeFrom(SqlResultValue other)
public SqlResultValue.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public SqlResultValue.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SqlResultValue.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public SqlResultValue.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setNullValue(boolean value)
public SqlResultValue.Builder setNullValue(boolean value)
Set to true if cell value is null.
optional bool null_value = 2;
Parameter |
Name |
Description |
value |
boolean
The nullValue to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SqlResultValue.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final SqlResultValue.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setValue(String value)
public SqlResultValue.Builder setValue(String value)
The cell value represented in string format.
Timestamps are converted to string using RFC3339Nano format.
optional string value = 1;
Parameter |
Name |
Description |
value |
String
The value to set.
|
setValueBytes(ByteString value)
public SqlResultValue.Builder setValueBytes(ByteString value)
The cell value represented in string format.
Timestamps are converted to string using RFC3339Nano format.
optional string value = 1;
Parameter |
Name |
Description |
value |
ByteString
The bytes for value to set.
|