Reference documentation and code samples for the Google Cloud Database Center V1beta Client class IssueStats.
IssueStats holds stats for a particular signal category.
Generated from protobuf message google.cloud.databasecenter.v1beta.IssueStats
Namespace
Google \ Cloud \ DatabaseCenter \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ signal_type
int
Type of signal which is an issue.
↳ resource_count
int
Number of resources having issues of a given type.
↳ delta_details
↳ issue_severity
int
Severity of the issue.
getSignalType
Type of signal which is an issue.
setSignalType
Type of signal which is an issue.
$this
getResourceCount
Number of resources having issues of a given type.
int
setResourceCount
Number of resources having issues of a given type.
var
int
$this
getDeltaDetails
Optional. Delta counts and details of resources for which issue was raised or fixed.
hasDeltaDetails
clearDeltaDetails
setDeltaDetails
Optional. Delta counts and details of resources for which issue was raised or fixed.
$this
getIssueSeverity
Severity of the issue.
int
hasIssueSeverity
clearIssueSeverity
setIssueSeverity
Severity of the issue.
var
int
$this

