Reference documentation and code samples for the Google Cloud Database Center V1beta Client class IssueCount.
Count of issues for a group of signals.
Generated from protobuf message google.cloud.databasecenter.v1beta.IssueCount
Namespace
Google \ Cloud \ DatabaseCenter \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ display_name
string
Title of a signal group corresponding to the request.
↳ issue_count
int
The count of the number of issues associated with those resources that are explicitly filtered in by the filters present in the request. A signal is an issue when its SignalStatus field is set to SIGNAL_STATUS_ISSUE.
getDisplayName
Title of a signal group corresponding to the request.
string
setDisplayName
Title of a signal group corresponding to the request.
var
string
$this
getIssueCount
The count of the number of issues associated with those resources that are explicitly filtered in by the filters present in the request.
A signal is an issue when its SignalStatus field is set to SIGNAL_STATUS_ISSUE.
int
setIssueCount
The count of the number of issues associated with those resources that are explicitly filtered in by the filters present in the request.
A signal is an issue when its SignalStatus field is set to SIGNAL_STATUS_ISSUE.
var
int
$this

