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.
| 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
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.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
Title of a signal group corresponding to the request.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$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.
| Returns | |
|---|---|
| Type | Description |
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.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSignals
List of signals present in the group and associated with the resource.
Only applies to a DatabaseResource.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setSignals
List of signals present in the group and associated with the resource.
Only applies to a DatabaseResource.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Signal>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|