Chronicle v1 API - Class ExecuteDashboardQueryResponse.Types.ColumnValue (1.0.0-beta05)

public sealed class ExecuteDashboardQueryResponse.Types.ColumnValue : IMessage<ExecuteDashboardQueryResponse.Types.ColumnValue>, IEquatable<ExecuteDashboardQueryResponse.Types.ColumnValue>, IDeepCloneable<ExecuteDashboardQueryResponse.Types.ColumnValue>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class ExecuteDashboardQueryResponse.Types.ColumnValue.

LINT.IfChange(stats_data) Value of the column based on data type.

Inheritance

object > ExecuteDashboardQueryResponse.Types.ColumnValue

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

ColumnValue()

public ColumnValue()

ColumnValue(ColumnValue)

public ColumnValue(ExecuteDashboardQueryResponse.Types.ColumnValue other)
Parameter
Name Description
other ExecuteDashboardQueryResponseTypesColumnValue

Properties

BoolVal

public bool BoolVal { get; set; }

Boolean value.

Property Value
Type Description
bool

BytesVal

public ByteString BytesVal { get; set; }

Bytes value.

Property Value
Type Description
ByteString

DateVal

public Date DateVal { get; set; }

Date values.

Property Value
Type Description
Date

DoubleVal

public double DoubleVal { get; set; }

Double value.

Property Value
Type Description
double

HasBoolVal

public bool HasBoolVal { get; }

Gets whether the "bool_val" field is set

Property Value
Type Description
bool

HasBytesVal

public bool HasBytesVal { get; }

Gets whether the "bytes_val" field is set

Property Value
Type Description
bool

HasDoubleVal

public bool HasDoubleVal { get; }

Gets whether the "double_val" field is set

Property Value
Type Description
bool

HasInt64Val

public bool HasInt64Val { get; }

Gets whether the "int64_val" field is set

Property Value
Type Description
bool

HasNullVal

public bool HasNullVal { get; }

Gets whether the "null_val" field is set

Property Value
Type Description
bool

HasStringVal

public bool HasStringVal { get; }

Gets whether the "string_val" field is set

Property Value
Type Description
bool

HasUint64Val

public bool HasUint64Val { get; }

Gets whether the "uint64_val" field is set

Property Value
Type Description
bool

Int64Val

public long Int64Val { get; set; }

Integer value (signed).

Property Value
Type Description
long

Metadata

public ExecuteDashboardQueryResponse.Types.ColumnValue.Types.ValueMetadata Metadata { get; set; }
Property Value
Type Description
ExecuteDashboardQueryResponseTypesColumnValueTypesValueMetadata

NullVal

public bool NullVal { get; set; }

True if the value is NULL.

Property Value
Type Description
bool

ProtoVal

public Any ProtoVal { get; set; }

For any proto values that are not any of the above.

Property Value
Type Description
Any

StringVal

public string StringVal { get; set; }

String value. Enum values are returned as strings.

Property Value
Type Description
string

TimestampVal

public Timestamp TimestampVal { get; set; }

Timestamp values. Does not handle interval.

Property Value
Type Description
Timestamp

Uint64Val

public ulong Uint64Val { get; set; }

Un-signed integer value.

Property Value
Type Description
ulong

ValueCase

public ExecuteDashboardQueryResponse.Types.ColumnValue.ValueOneofCase ValueCase { get; }
Property Value
Type Description
ExecuteDashboardQueryResponseTypesColumnValueValueOneofCase