Class Signal (0.2.0)

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

Represents a signal.

Attributes

Name Description
signal_type google.cloud.databasecenter_v1beta.types.SignalType
Type of the signal.
signal_status google.cloud.databasecenter_v1beta.types.SignalStatus
Status of the signal.
additional_details MutableSequence[google.cloud.databasecenter_v1beta.types.AdditionalDetail]
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.
issue_severity google.cloud.databasecenter_v1beta.types.IssueSeverity
Severity of the issue.
issue_create_time google.protobuf.timestamp_pb2.Timestamp
Timestamp when the issue was created (when signal status is ISSUE).