Reference documentation and code samples for the Database Center V1BETA API class Google::Cloud::DatabaseCenter::V1beta::SignalGroup.
A group of signals and their counts.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#display_name
def display_name() -> ::String
Returns
- (::String) — Title of a signal group corresponding to the request.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Title of a signal group corresponding to the request.
Returns
- (::String) — Title of a signal group corresponding to the request.
#issue_count
def issue_count() -> ::Integer
Returns
- (::Integer) — When applied to a DatabaseResource represents count of issues associated with the resource. A signal is an issue when its SignalStatus field is set to SIGNAL_STATUS_ISSUE.
#issue_count=
def issue_count=(value) -> ::Integer
Parameter
- value (::Integer) — When applied to a DatabaseResource represents count of issues associated with the resource. A signal is an issue when its SignalStatus field is set to SIGNAL_STATUS_ISSUE.
Returns
- (::Integer) — When applied to a DatabaseResource represents count of issues associated with the resource. A signal is an issue when its SignalStatus field is set to SIGNAL_STATUS_ISSUE.
#signals
def signals() -> ::Array<::Google::Cloud::DatabaseCenter::V1beta::Signal>
Returns
-
(::Array<::Google::Cloud::DatabaseCenter::V1beta::Signal>) — List of signals present in the group and associated with the resource.
Only applies to a DatabaseResource.
#signals=
def signals=(value) -> ::Array<::Google::Cloud::DatabaseCenter::V1beta::Signal>
Parameter
-
value (::Array<::Google::Cloud::DatabaseCenter::V1beta::Signal>) — List of signals present in the group and associated with the resource.
Only applies to a DatabaseResource.
Returns
-
(::Array<::Google::Cloud::DatabaseCenter::V1beta::Signal>) — List of signals present in the group and associated with the resource.
Only applies to a DatabaseResource.