Reference documentation and code samples for the Google Cloud Database Center V1beta Client class SignalTypeGroup.
A group of signal types that specifies what the user is interested in.
Used by QueryDatabaseResourceGroups API. Example: signal_type_group { name = "AVAILABILITY" types = [SIGNAL_TYPE_NO_PROMOTABLE_REPLICA] }
Generated from protobuf message google.cloud.databasecenter.v1beta.SignalTypeGroup
Namespace
Google \ Cloud \ DatabaseCenter \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ display_name |
string
Required. The display name of a signal group. |
↳ signal_types |
array
Optional. List of signal types present in the group. |
getDisplayName
Required. The display name of a signal group.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
Required. The display name of a signal group.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSignalTypes
Optional. List of signal types present in the group.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setSignalTypes
Optional. List of signal types present in the group.
| Parameter | |
|---|---|
| Name | Description |
var |
int[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|