Class DiagnosticMessage
A message representing the key visualizer diagnostic messages.
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class DiagnosticMessage : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Info
Information about this diagnostic information.
Declaration
[JsonProperty("info")]
public virtual LocalizedString Info { get; set; }
Property Value
Type | Description |
---|---|
LocalizedString |
Metric
The metric.
Declaration
[JsonProperty("metric")]
public virtual LocalizedString Metric { get; set; }
Property Value
Type | Description |
---|---|
LocalizedString |
MetricSpecific
Whether this message is specific only for the current metric. By default Diagnostics are shown for all metrics, regardless which metric is the currently selected metric in the UI. However occasionally a metric will generate so many messages that the resulting visual clutter becomes overwhelming. In this case setting this to true, will show the diagnostic messages for that metric only if it is the currently selected metric.
Declaration
[JsonProperty("metricSpecific")]
public virtual bool? MetricSpecific { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Severity
The severity of the diagnostic message.
Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
Type | Description |
---|---|
string |
ShortMessage
The short message.
Declaration
[JsonProperty("shortMessage")]
public virtual LocalizedString ShortMessage { get; set; }
Property Value
Type | Description |
---|---|
LocalizedString |