Reference documentation and code samples for the Database Center V1BETA API class Google::Cloud::DatabaseCenter::V1beta::Signal.
Represents a signal.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#additional_details
def additional_details() -> ::Array<::Google::Cloud::DatabaseCenter::V1beta::AdditionalDetail>
Returns
- (::Array<::Google::Cloud::DatabaseCenter::V1beta::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.
#additional_details=
def additional_details=(value) -> ::Array<::Google::Cloud::DatabaseCenter::V1beta::AdditionalDetail>
Parameter
- value (::Array<::Google::Cloud::DatabaseCenter::V1beta::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.
Returns
- (::Array<::Google::Cloud::DatabaseCenter::V1beta::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_create_time
def issue_create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Timestamp when the issue was created (when signal status is ISSUE).
#issue_create_time=
def issue_create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Timestamp when the issue was created (when signal status is ISSUE).
Returns
- (::Google::Protobuf::Timestamp) — Timestamp when the issue was created (when signal status is ISSUE).
#issue_severity
def issue_severity() -> ::Google::Cloud::DatabaseCenter::V1beta::IssueSeverity
Returns
- (::Google::Cloud::DatabaseCenter::V1beta::IssueSeverity) — Severity of the issue.
#issue_severity=
def issue_severity=(value) -> ::Google::Cloud::DatabaseCenter::V1beta::IssueSeverity
Parameter
- value (::Google::Cloud::DatabaseCenter::V1beta::IssueSeverity) — Severity of the issue.
Returns
- (::Google::Cloud::DatabaseCenter::V1beta::IssueSeverity) — Severity of the issue.
#signal_status
def signal_status() -> ::Google::Cloud::DatabaseCenter::V1beta::SignalStatus
Returns
- (::Google::Cloud::DatabaseCenter::V1beta::SignalStatus) — Status of the signal.
#signal_status=
def signal_status=(value) -> ::Google::Cloud::DatabaseCenter::V1beta::SignalStatus
Parameter
- value (::Google::Cloud::DatabaseCenter::V1beta::SignalStatus) — Status of the signal.
Returns
- (::Google::Cloud::DatabaseCenter::V1beta::SignalStatus) — Status of the signal.
#signal_type
def signal_type() -> ::Google::Cloud::DatabaseCenter::V1beta::SignalType
Returns
- (::Google::Cloud::DatabaseCenter::V1beta::SignalType) — Type of the signal.
#signal_type=
def signal_type=(value) -> ::Google::Cloud::DatabaseCenter::V1beta::SignalType
Parameter
- value (::Google::Cloud::DatabaseCenter::V1beta::SignalType) — Type of the signal.
Returns
- (::Google::Cloud::DatabaseCenter::V1beta::SignalType) — Type of the signal.