public sealed class QueryRuntimeError.Types.QueryRuntimeErrorMetadata : IMessage<QueryRuntimeError.Types.QueryRuntimeErrorMetadata>, IEquatable<QueryRuntimeError.Types.QueryRuntimeErrorMetadata>, IDeepCloneable<QueryRuntimeError.Types.QueryRuntimeErrorMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class QueryRuntimeError.Types.QueryRuntimeErrorMetadata.
Metadata for the error.
Implements
IMessageQueryRuntimeErrorTypesQueryRuntimeErrorMetadata, IEquatableQueryRuntimeErrorTypesQueryRuntimeErrorMetadata, IDeepCloneableQueryRuntimeErrorTypesQueryRuntimeErrorMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
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 |
|