Reference documentation and code samples for the Google Cloud Database Center V1beta Client class DatabaseResourceIssue.
DatabaseResource and Issue associated with it.
Generated from protobuf message google.cloud.databasecenter.v1beta.DatabaseResourceIssue
Namespace
Google \ Cloud \ DatabaseCenter \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ signal |
Signal
Signal associated with the issue. |
↳ resource |
DatabaseResource
Resource associated with the issue. |
getSignal
Signal associated with the issue.
| Returns | |
|---|---|
| Type | Description |
Signal|null |
|
hasSignal
clearSignal
setSignal
Signal associated with the issue.
| Parameter | |
|---|---|
| Name | Description |
var |
Signal
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getResource
Resource associated with the issue.
| Returns | |
|---|---|
| Type | Description |
DatabaseResource|null |
|
hasResource
clearResource
setResource
Resource associated with the issue.
| Parameter | |
|---|---|
| Name | Description |
var |
DatabaseResource
|
| Returns | |
|---|---|
| Type | Description |
$this |
|