Class SignalGroup (0.2.0)

SignalGroup(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A group of signals and their counts.

Attributes

Name Description
display_name str
Title of a signal group corresponding to the request.
issue_count int
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.
signals MutableSequence[google.cloud.databasecenter_v1beta.types.Signal]
List of signals present in the group and associated with the resource. Only applies to a DatabaseResource.