Interface ExecuteDashboardQueryResponse.ColumnValueOrBuilder (0.31.0)

public static interface ExecuteDashboardQueryResponse.ColumnValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBoolVal()

public abstract boolean getBoolVal()

Boolean value.

bool bool_val = 2;

Returns
Type Description
boolean

The boolVal.

getBytesVal()

public abstract ByteString getBytesVal()

Bytes value.

bytes bytes_val = 3;

Returns
Type Description
ByteString

The bytesVal.

getDateVal()

public abstract Date getDateVal()

Date values.

.google.type.Date date_val = 9;

Returns
Type Description
com.google.type.Date

The dateVal.

getDateValOrBuilder()

public abstract DateOrBuilder getDateValOrBuilder()

Date values.

.google.type.Date date_val = 9;

Returns
Type Description
com.google.type.DateOrBuilder

getDoubleVal()

public abstract double getDoubleVal()

Double value.

double double_val = 4;

Returns
Type Description
double

The doubleVal.

getInt64Val()

public abstract long getInt64Val()

Integer value (signed).

int64 int64_val = 5;

Returns
Type Description
long

The int64Val.

getMetadata()

public abstract ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata getMetadata()

.google.cloud.chronicle.v1.ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata metadata = 11;

Returns
Type Description
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata

The metadata.

getMetadataOrBuilder()

public abstract ExecuteDashboardQueryResponse.ColumnValue.ValueMetadataOrBuilder getMetadataOrBuilder()

.google.cloud.chronicle.v1.ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata metadata = 11;

Returns
Type Description
ExecuteDashboardQueryResponse.ColumnValue.ValueMetadataOrBuilder

getNullVal()

public abstract boolean getNullVal()

True if the value is NULL.

bool null_val = 1;

Returns
Type Description
boolean

The nullVal.

getProtoVal()

public abstract 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.

getProtoValOrBuilder()

public abstract 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 abstract String getStringVal()

String value. Enum values are returned as strings.

string string_val = 7;

Returns
Type Description
String

The stringVal.

getStringValBytes()

public abstract ByteString getStringValBytes()

String value. Enum values are returned as strings.

string string_val = 7;

Returns
Type Description
ByteString

The bytes for stringVal.

getTimestampVal()

public abstract Timestamp getTimestampVal()

Timestamp values. Does not handle interval.

.google.protobuf.Timestamp timestamp_val = 8;

Returns
Type Description
Timestamp

The timestampVal.

getTimestampValOrBuilder()

public abstract TimestampOrBuilder getTimestampValOrBuilder()

Timestamp values. Does not handle interval.

.google.protobuf.Timestamp timestamp_val = 8;

Returns
Type Description
TimestampOrBuilder

getUint64Val()

public abstract long getUint64Val()

Un-signed integer value.

uint64 uint64_val = 6;

Returns
Type Description
long

The uint64Val.

getValueCase()

public abstract ExecuteDashboardQueryResponse.ColumnValue.ValueCase getValueCase()
Returns
Type Description
ExecuteDashboardQueryResponse.ColumnValue.ValueCase

hasBoolVal()

public abstract boolean hasBoolVal()

Boolean value.

bool bool_val = 2;

Returns
Type Description
boolean

Whether the boolVal field is set.

hasBytesVal()

public abstract boolean hasBytesVal()

Bytes value.

bytes bytes_val = 3;

Returns
Type Description
boolean

Whether the bytesVal field is set.

hasDateVal()

public abstract boolean hasDateVal()

Date values.

.google.type.Date date_val = 9;

Returns
Type Description
boolean

Whether the dateVal field is set.

hasDoubleVal()

public abstract boolean hasDoubleVal()

Double value.

double double_val = 4;

Returns
Type Description
boolean

Whether the doubleVal field is set.

hasInt64Val()

public abstract boolean hasInt64Val()

Integer value (signed).

int64 int64_val = 5;

Returns
Type Description
boolean

Whether the int64Val field is set.

hasMetadata()

public abstract boolean hasMetadata()

.google.cloud.chronicle.v1.ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata metadata = 11;

Returns
Type Description
boolean

Whether the metadata field is set.

hasNullVal()

public abstract boolean hasNullVal()

True if the value is NULL.

bool null_val = 1;

Returns
Type Description
boolean

Whether the nullVal field is set.

hasProtoVal()

public abstract 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 abstract 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 abstract 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 abstract boolean hasUint64Val()

Un-signed integer value.

uint64 uint64_val = 6;

Returns
Type Description
boolean

Whether the uint64Val field is set.