Database Center v1beta API - Class SignalTypeGroup (1.0.0-beta03)

public sealed class SignalTypeGroup : IMessage<SignalTypeGroup>, IEquatable<SignalTypeGroup>, IDeepCloneable<SignalTypeGroup>, IBufferMessage, IMessage

Reference documentation and code samples for the Database Center v1beta API class SignalTypeGroup.

A group of signal types that specifies what the user is interested in.

Used by QueryDatabaseResourceGroups API.

Example:

signal_type_group { name = "AVAILABILITY" types = [SIGNAL_TYPE_NO_PROMOTABLE_REPLICA] }

Inheritance

object > SignalTypeGroup

Namespace

Google.Cloud.DatabaseCenter.V1Beta

Assembly

Google.Cloud.DatabaseCenter.V1Beta.dll

Constructors

SignalTypeGroup()

public SignalTypeGroup()

SignalTypeGroup(SignalTypeGroup)

public SignalTypeGroup(SignalTypeGroup other)
Parameter
Name Description
other SignalTypeGroup

Properties

DisplayName

public string DisplayName { get; set; }

Required. The display name of a signal group.

Property Value
Type Description
string

SignalTypes

public RepeatedField<SignalType> SignalTypes { get; }

Optional. List of signal types present in the group.

Property Value
Type Description
RepeatedFieldSignalType