Class IssueStats (0.4.0)

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

IssueStats holds stats for a particular signal category.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
signal_type google.cloud.databasecenter_v1beta.types.SignalType
Type of signal which is an issue.
resource_count int
Number of resources having issues of a given type.
delta_details google.cloud.databasecenter_v1beta.types.DeltaDetails
Optional. Delta counts and details of resources for which issue was raised or fixed. This field is a member of oneof_ _delta_details.
issue_severity google.cloud.databasecenter_v1beta.types.IssueSeverity
Severity of the issue. This field is a member of oneof_ _issue_severity.