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

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

Inheritance

object > ExecuteDashboardQueryResponse.Types.ColumnValue.Types.ValueMetadata

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

ValueMetadata()

public ValueMetadata()

ValueMetadata(ValueMetadata)

public ValueMetadata(ExecuteDashboardQueryResponse.Types.ColumnValue.Types.ValueMetadata other)
Parameter
Name Description
other ExecuteDashboardQueryResponseTypesColumnValueTypesValueMetadata

Properties

FieldPaths

public RepeatedField<string> FieldPaths { get; }
Property Value
Type Description
RepeatedFieldstring
public RepeatedField<InAppLink> Links { get; }

"Auto" generated In-app links.

Property Value
Type Description
RepeatedFieldInAppLink

TimestampVal

public Timestamp TimestampVal { get; set; }

Timestamp value to store the timestamp for the case of the date and time data type.

Property Value
Type Description
Timestamp