public sealed class SignalGroup : IMessage<SignalGroup>, IEquatable<SignalGroup>, IDeepCloneable<SignalGroup>, IBufferMessage, IMessageReference documentation and code samples for the Database Center v1beta API class SignalGroup.
A group of signals and their counts.
Implements
IMessageSignalGroup, IEquatableSignalGroup, IDeepCloneableSignalGroup, IBufferMessage, IMessageNamespace
Google.Cloud.DatabaseCenter.V1BetaAssembly
Google.Cloud.DatabaseCenter.V1Beta.dll
Constructors
SignalGroup()
public SignalGroup()SignalGroup(SignalGroup)
public SignalGroup(SignalGroup other)| Parameter | |
|---|---|
| Name | Description |
other |
SignalGroup |
Properties
DisplayName
public string DisplayName { get; set; }Title of a signal group corresponding to the request.
| Property Value | |
|---|---|
| Type | Description |
string |
|
IssueCount
public int IssueCount { get; set; }When applied to a DatabaseResource represents count of issues associated with the resource. A signal is an issue when its SignalStatus field is set to SIGNAL_STATUS_ISSUE.
| Property Value | |
|---|---|
| Type | Description |
int |
|
Signals
public RepeatedField<Signal> Signals { get; }List of signals present in the group and associated with the resource.
Only applies to a DatabaseResource.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldSignal |
|