Google Cloud Database Center V1beta Client - Class IssueCount (0.3.1)

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 \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
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.

Returns
Type Description
string

setDisplayName

Title of a signal group corresponding to the request.

Parameter
Name Description
var string
Returns
Type Description
$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.

Returns
Type Description
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.

Parameter
Name Description
var int
Returns
Type Description
$this