Reference documentation and code samples for the Google Cloud Database Center V1beta Client class Signal.
Represents a signal.
Generated from protobuf message google.cloud.databasecenter.v1beta.Signal
Namespace
Google \ Cloud \ DatabaseCenter \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ signal_type
int
Type of the signal.
↳ signal_status
int
Status of the signal.
↳ additional_details
array< AdditionalDetail
>
Additional information related to the signal. In the case of composite signals, this field encapsulates details associated with granular signals, having a signal status of "ISSUE"; signals with a status of "OK" are not included. For granular signals, it encompasses information relevant to the signal, regardless of the signal status.
↳ issue_severity
int
Severity of the issue.
↳ issue_create_time
getSignalType
Type of the signal.
setSignalType
Type of the signal.
$this
getSignalStatus
Status of the signal.
setSignalStatus
Status of the signal.
$this
getAdditionalDetails
Additional information related to the signal.
In the case of composite signals, this field encapsulates details associated with granular signals, having a signal status of "ISSUE"; signals with a status of "OK" are not included. For granular signals, it encompasses information relevant to the signal, regardless of the signal status.
setAdditionalDetails
Additional information related to the signal.
In the case of composite signals, this field encapsulates details associated with granular signals, having a signal status of "ISSUE"; signals with a status of "OK" are not included. For granular signals, it encompasses information relevant to the signal, regardless of the signal status.
$this
getIssueSeverity
Severity of the issue.
setIssueSeverity
Severity of the issue.
$this
getIssueCreateTime
Timestamp when the issue was created (when signal status is ISSUE).
hasIssueCreateTime
clearIssueCreateTime
setIssueCreateTime
Timestamp when the issue was created (when signal status is ISSUE).
$this

