Reference documentation and code samples for the Google Cloud Database Center V1beta Client class SignalProductsFilters.
SignalProductsFilters represents a signal and list of supported products.
Generated from protobuf message google.cloud.databasecenter.v1beta.SignalProductsFilters
Namespace
Google \ Cloud \ DatabaseCenter \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ signal_type |
int
Optional. The type of signal. |
↳ products |
array<Product>
Optional. Product type of the resource. The version of the product will be ignored in filtering. |
getSignalType
Optional. The type of signal.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type SignalType. |
setSignalType
Optional. The type of signal.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type SignalType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getProducts
Optional. Product type of the resource. The version of the product will be ignored in filtering.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setProducts
Optional. Product type of the resource. The version of the product will be ignored in filtering.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Product>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|