Chronicle v1 API - Class QueryRuntimeError.Types.QueryRuntimeErrorMetadata (1.0.0-beta05)

public sealed class QueryRuntimeError.Types.QueryRuntimeErrorMetadata : IMessage<QueryRuntimeError.Types.QueryRuntimeErrorMetadata>, IEquatable<QueryRuntimeError.Types.QueryRuntimeErrorMetadata>, IDeepCloneable<QueryRuntimeError.Types.QueryRuntimeErrorMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class QueryRuntimeError.Types.QueryRuntimeErrorMetadata.

Metadata for the error.

Inheritance

object > QueryRuntimeError.Types.QueryRuntimeErrorMetadata

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

QueryRuntimeErrorMetadata()

public QueryRuntimeErrorMetadata()

QueryRuntimeErrorMetadata(QueryRuntimeErrorMetadata)

public QueryRuntimeErrorMetadata(QueryRuntimeError.Types.QueryRuntimeErrorMetadata other)
Parameter
Name Description
other QueryRuntimeErrorTypesQueryRuntimeErrorMetadata

Properties

Key

public QueryRuntimeError.Types.MetadataKey Key { get; set; }

Metadata key.

Property Value
Type Description
QueryRuntimeErrorTypesMetadataKey

Value

public string Value { get; set; }

Metadata value.

Property Value
Type Description
string