Database Center v1beta API - Class Signal (1.0.0-beta03)

public sealed class Signal : IMessage<Signal>, IEquatable<Signal>, IDeepCloneable<Signal>, IBufferMessage, IMessage

Reference documentation and code samples for the Database Center v1beta API class Signal.

Represents a signal.

Inheritance

object > Signal

Namespace

Google.Cloud.DatabaseCenter.V1Beta

Assembly

Google.Cloud.DatabaseCenter.V1Beta.dll

Constructors

Signal()

public Signal()

Signal(Signal)

public Signal(Signal other)
Parameter
Name Description
other Signal

Properties

AdditionalDetails

public RepeatedField<AdditionalDetail> AdditionalDetails { get; }

Additional information related to the signal. In the case of composite signals, this field encapsulates details associated with granular signals, having a signal status of "ISSUE"; signals with a status of "OK" are not included. For granular signals, it encompasses information relevant to the signal, regardless of the signal status.

Property Value
Type Description
RepeatedFieldAdditionalDetail

IssueCreateTime

public Timestamp IssueCreateTime { get; set; }

Timestamp when the issue was created (when signal status is ISSUE).

Property Value
Type Description
Timestamp

IssueSeverity

public IssueSeverity IssueSeverity { get; set; }

Severity of the issue.

Property Value
Type Description
IssueSeverity

SignalStatus

public SignalStatus SignalStatus { get; set; }

Status of the signal.

Property Value
Type Description
SignalStatus

SignalType

public SignalType SignalType { get; set; }

Type of the signal.

Property Value
Type Description
SignalType