public static final class ExecuteDashboardQueryResponse.ColumnValue.Builder extends GeneratedMessage.Builder<ExecuteDashboardQueryResponse.ColumnValue.Builder> implements ExecuteDashboardQueryResponse.ColumnValueOrBuilderLINT.IfChange(stats_data) Value of the column based on data type.
Protobuf type google.cloud.chronicle.v1.ExecuteDashboardQueryResponse.ColumnValue
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ExecuteDashboardQueryResponse.ColumnValue.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ExecuteDashboardQueryResponse.ColumnValue build()| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue |
|
buildPartial()
public ExecuteDashboardQueryResponse.ColumnValue buildPartial()| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue |
|
clear()
public ExecuteDashboardQueryResponse.ColumnValue.Builder clear()| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
|
clearBoolVal()
public ExecuteDashboardQueryResponse.ColumnValue.Builder clearBoolVal()Boolean value.
bool bool_val = 2;
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
This builder for chaining. |
clearBytesVal()
public ExecuteDashboardQueryResponse.ColumnValue.Builder clearBytesVal()Bytes value.
bytes bytes_val = 3;
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
This builder for chaining. |
clearDateVal()
public ExecuteDashboardQueryResponse.ColumnValue.Builder clearDateVal()Date values.
.google.type.Date date_val = 9;
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
|
clearDoubleVal()
public ExecuteDashboardQueryResponse.ColumnValue.Builder clearDoubleVal()Double value.
double double_val = 4;
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
This builder for chaining. |
clearInt64Val()
public ExecuteDashboardQueryResponse.ColumnValue.Builder clearInt64Val()Integer value (signed).
int64 int64_val = 5;
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
This builder for chaining. |
clearMetadata()
public ExecuteDashboardQueryResponse.ColumnValue.Builder clearMetadata()
.google.cloud.chronicle.v1.ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata metadata = 11;
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
|
clearNullVal()
public ExecuteDashboardQueryResponse.ColumnValue.Builder clearNullVal()True if the value is NULL.
bool null_val = 1;
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
This builder for chaining. |
clearProtoVal()
public ExecuteDashboardQueryResponse.ColumnValue.Builder clearProtoVal()For any proto values that are not any of the above.
.google.protobuf.Any proto_val = 10;
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
|
clearStringVal()
public ExecuteDashboardQueryResponse.ColumnValue.Builder clearStringVal()String value. Enum values are returned as strings.
string string_val = 7;
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
This builder for chaining. |
clearTimestampVal()
public ExecuteDashboardQueryResponse.ColumnValue.Builder clearTimestampVal() Timestamp values. Does not handle interval.
.google.protobuf.Timestamp timestamp_val = 8;
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
|
clearUint64Val()
public ExecuteDashboardQueryResponse.ColumnValue.Builder clearUint64Val()Un-signed integer value.
uint64 uint64_val = 6;
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
This builder for chaining. |
clearValue()
public ExecuteDashboardQueryResponse.ColumnValue.Builder clearValue()| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
|
getBoolVal()
public boolean getBoolVal()Boolean value.
bool bool_val = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The boolVal. |
getBytesVal()
public ByteString getBytesVal()Bytes value.
bytes bytes_val = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytesVal. |
getDateVal()
public Date getDateVal()Date values.
.google.type.Date date_val = 9;
| Returns | |
|---|---|
| Type | Description |
com.google.type.Date |
The dateVal. |
getDateValBuilder()
public Date.Builder getDateValBuilder()Date values.
.google.type.Date date_val = 9;
| Returns | |
|---|---|
| Type | Description |
com.google.type.Date.Builder |
|
getDateValOrBuilder()
public DateOrBuilder getDateValOrBuilder()Date values.
.google.type.Date date_val = 9;
| Returns | |
|---|---|
| Type | Description |
com.google.type.DateOrBuilder |
|
getDefaultInstanceForType()
public ExecuteDashboardQueryResponse.ColumnValue getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDoubleVal()
public double getDoubleVal()Double value.
double double_val = 4;
| Returns | |
|---|---|
| Type | Description |
double |
The doubleVal. |
getInt64Val()
public long getInt64Val()Integer value (signed).
int64 int64_val = 5;
| Returns | |
|---|---|
| Type | Description |
long |
The int64Val. |
getMetadata()
public ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata getMetadata()
.google.cloud.chronicle.v1.ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata metadata = 11;
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata |
The metadata. |
getMetadataBuilder()
public ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder getMetadataBuilder()
.google.cloud.chronicle.v1.ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata metadata = 11;
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder |
|
getMetadataOrBuilder()
public ExecuteDashboardQueryResponse.ColumnValue.ValueMetadataOrBuilder getMetadataOrBuilder()
.google.cloud.chronicle.v1.ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata metadata = 11;
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadataOrBuilder |
|
getNullVal()
public boolean getNullVal()True if the value is NULL.
bool null_val = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
The nullVal. |
getProtoVal()
public Any getProtoVal()For any proto values that are not any of the above.
.google.protobuf.Any proto_val = 10;
| Returns | |
|---|---|
| Type | Description |
Any |
The protoVal. |
getProtoValBuilder()
public Any.Builder getProtoValBuilder()For any proto values that are not any of the above.
.google.protobuf.Any proto_val = 10;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getProtoValOrBuilder()
public AnyOrBuilder getProtoValOrBuilder()For any proto values that are not any of the above.
.google.protobuf.Any proto_val = 10;
| Returns | |
|---|---|
| Type | Description |
AnyOrBuilder |
|
getStringVal()
public String getStringVal()String value. Enum values are returned as strings.
string string_val = 7;
| Returns | |
|---|---|
| Type | Description |
String |
The stringVal. |
getStringValBytes()
public ByteString getStringValBytes()String value. Enum values are returned as strings.
string string_val = 7;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for stringVal. |
getTimestampVal()
public Timestamp getTimestampVal() Timestamp values. Does not handle interval.
.google.protobuf.Timestamp timestamp_val = 8;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The timestampVal. |
getTimestampValBuilder()
public Timestamp.Builder getTimestampValBuilder() Timestamp values. Does not handle interval.
.google.protobuf.Timestamp timestamp_val = 8;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getTimestampValOrBuilder()
public TimestampOrBuilder getTimestampValOrBuilder() Timestamp values. Does not handle interval.
.google.protobuf.Timestamp timestamp_val = 8;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getUint64Val()
public long getUint64Val()Un-signed integer value.
uint64 uint64_val = 6;
| Returns | |
|---|---|
| Type | Description |
long |
The uint64Val. |
getValueCase()
public ExecuteDashboardQueryResponse.ColumnValue.ValueCase getValueCase()| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.ValueCase |
|
hasBoolVal()
public boolean hasBoolVal()Boolean value.
bool bool_val = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the boolVal field is set. |
hasBytesVal()
public boolean hasBytesVal()Bytes value.
bytes bytes_val = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the bytesVal field is set. |
hasDateVal()
public boolean hasDateVal()Date values.
.google.type.Date date_val = 9;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dateVal field is set. |
hasDoubleVal()
public boolean hasDoubleVal()Double value.
double double_val = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the doubleVal field is set. |
hasInt64Val()
public boolean hasInt64Val()Integer value (signed).
int64 int64_val = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the int64Val field is set. |
hasMetadata()
public boolean hasMetadata()
.google.cloud.chronicle.v1.ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata metadata = 11;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the metadata field is set. |
hasNullVal()
public boolean hasNullVal()True if the value is NULL.
bool null_val = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the nullVal field is set. |
hasProtoVal()
public boolean hasProtoVal()For any proto values that are not any of the above.
.google.protobuf.Any proto_val = 10;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the protoVal field is set. |
hasStringVal()
public boolean hasStringVal()String value. Enum values are returned as strings.
string string_val = 7;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the stringVal field is set. |
hasTimestampVal()
public boolean hasTimestampVal() Timestamp values. Does not handle interval.
.google.protobuf.Timestamp timestamp_val = 8;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the timestampVal field is set. |
hasUint64Val()
public boolean hasUint64Val()Un-signed integer value.
uint64 uint64_val = 6;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the uint64Val field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeDateVal(Date value)
public ExecuteDashboardQueryResponse.ColumnValue.Builder mergeDateVal(Date value)Date values.
.google.type.Date date_val = 9;
| Parameter | |
|---|---|
| Name | Description |
value |
com.google.type.Date |
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
|
mergeFrom(ExecuteDashboardQueryResponse.ColumnValue other)
public ExecuteDashboardQueryResponse.ColumnValue.Builder mergeFrom(ExecuteDashboardQueryResponse.ColumnValue other)| Parameter | |
|---|---|
| Name | Description |
other |
ExecuteDashboardQueryResponse.ColumnValue |
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ExecuteDashboardQueryResponse.ColumnValue.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ExecuteDashboardQueryResponse.ColumnValue.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
|
mergeMetadata(ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata value)
public ExecuteDashboardQueryResponse.ColumnValue.Builder mergeMetadata(ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata value)
.google.cloud.chronicle.v1.ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata metadata = 11;
| Parameter | |
|---|---|
| Name | Description |
value |
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata |
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
|
mergeProtoVal(Any value)
public ExecuteDashboardQueryResponse.ColumnValue.Builder mergeProtoVal(Any value)For any proto values that are not any of the above.
.google.protobuf.Any proto_val = 10;
| Parameter | |
|---|---|
| Name | Description |
value |
Any |
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
|
mergeTimestampVal(Timestamp value)
public ExecuteDashboardQueryResponse.ColumnValue.Builder mergeTimestampVal(Timestamp value) Timestamp values. Does not handle interval.
.google.protobuf.Timestamp timestamp_val = 8;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
|
setBoolVal(boolean value)
public ExecuteDashboardQueryResponse.ColumnValue.Builder setBoolVal(boolean value)Boolean value.
bool bool_val = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe boolVal to set. |
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
This builder for chaining. |
setBytesVal(ByteString value)
public ExecuteDashboardQueryResponse.ColumnValue.Builder setBytesVal(ByteString value)Bytes value.
bytes bytes_val = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytesVal to set. |
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
This builder for chaining. |
setDateVal(Date value)
public ExecuteDashboardQueryResponse.ColumnValue.Builder setDateVal(Date value)Date values.
.google.type.Date date_val = 9;
| Parameter | |
|---|---|
| Name | Description |
value |
com.google.type.Date |
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
|
setDateVal(Date.Builder builderForValue)
public ExecuteDashboardQueryResponse.ColumnValue.Builder setDateVal(Date.Builder builderForValue)Date values.
.google.type.Date date_val = 9;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
com.google.type.Date.Builder |
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
|
setDoubleVal(double value)
public ExecuteDashboardQueryResponse.ColumnValue.Builder setDoubleVal(double value)Double value.
double double_val = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
doubleThe doubleVal to set. |
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
This builder for chaining. |
setInt64Val(long value)
public ExecuteDashboardQueryResponse.ColumnValue.Builder setInt64Val(long value)Integer value (signed).
int64 int64_val = 5;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe int64Val to set. |
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
This builder for chaining. |
setMetadata(ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata value)
public ExecuteDashboardQueryResponse.ColumnValue.Builder setMetadata(ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata value)
.google.cloud.chronicle.v1.ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata metadata = 11;
| Parameter | |
|---|---|
| Name | Description |
value |
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata |
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
|
setMetadata(ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder builderForValue)
public ExecuteDashboardQueryResponse.ColumnValue.Builder setMetadata(ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder builderForValue)
.google.cloud.chronicle.v1.ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata metadata = 11;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata.Builder |
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
|
setNullVal(boolean value)
public ExecuteDashboardQueryResponse.ColumnValue.Builder setNullVal(boolean value)True if the value is NULL.
bool null_val = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe nullVal to set. |
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
This builder for chaining. |
setProtoVal(Any value)
public ExecuteDashboardQueryResponse.ColumnValue.Builder setProtoVal(Any value)For any proto values that are not any of the above.
.google.protobuf.Any proto_val = 10;
| Parameter | |
|---|---|
| Name | Description |
value |
Any |
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
|
setProtoVal(Any.Builder builderForValue)
public ExecuteDashboardQueryResponse.ColumnValue.Builder setProtoVal(Any.Builder builderForValue)For any proto values that are not any of the above.
.google.protobuf.Any proto_val = 10;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
|
setStringVal(String value)
public ExecuteDashboardQueryResponse.ColumnValue.Builder setStringVal(String value)String value. Enum values are returned as strings.
string string_val = 7;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe stringVal to set. |
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
This builder for chaining. |
setStringValBytes(ByteString value)
public ExecuteDashboardQueryResponse.ColumnValue.Builder setStringValBytes(ByteString value)String value. Enum values are returned as strings.
string string_val = 7;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for stringVal to set. |
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
This builder for chaining. |
setTimestampVal(Timestamp value)
public ExecuteDashboardQueryResponse.ColumnValue.Builder setTimestampVal(Timestamp value) Timestamp values. Does not handle interval.
.google.protobuf.Timestamp timestamp_val = 8;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
|
setTimestampVal(Timestamp.Builder builderForValue)
public ExecuteDashboardQueryResponse.ColumnValue.Builder setTimestampVal(Timestamp.Builder builderForValue) Timestamp values. Does not handle interval.
.google.protobuf.Timestamp timestamp_val = 8;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
|
setUint64Val(long value)
public ExecuteDashboardQueryResponse.ColumnValue.Builder setUint64Val(long value)Un-signed integer value.
uint64 uint64_val = 6;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe uint64Val to set. |
| Returns | |
|---|---|
| Type | Description |
ExecuteDashboardQueryResponse.ColumnValue.Builder |
This builder for chaining. |