Reference documentation and code samples for the Google Cloud Database Center V1beta Client class SignalGroup.
A group of signals and their counts.
Generated from protobuf message google.cloud.databasecenter.v1beta.SignalGroup
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
When applied to a DatabaseResource represents count of issues associated with the resource. A signal is an issue when its SignalStatus field is set to SIGNAL_STATUS_ISSUE.
↳ signals
array< Signal
>
List of signals present in the group and associated with the resource. Only applies to a DatabaseResource.
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
When applied to a DatabaseResource represents count of issues associated with the resource. A signal is an issue when its SignalStatus field is set to SIGNAL_STATUS_ISSUE.
int
setIssueCount
When applied to a DatabaseResource represents count of issues associated with the resource. A signal is an issue when its SignalStatus field is set to SIGNAL_STATUS_ISSUE.
var
int
$this
getSignals
List of signals present in the group and associated with the resource.
Only applies to a DatabaseResource.
setSignals
List of signals present in the group and associated with the resource.
Only applies to a DatabaseResource.
$this

