Class: Google::Cloud::Monitoring::V3::NotificationChannelDescriptor
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::NotificationChannelDescriptor
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/notification.rb
Overview
A description of a notification channel. The descriptor includes the properties of the channel and the set of labels or fields that must be specified to configure channels of a given type.
Instance Attribute Summary collapse
-
#description ⇒ ::String
A human-readable description of the notification channel type.
-
#display_name ⇒ ::String
A human-readable name for the notification channel type.
-
#labels ⇒ ::Array<::Google::Api::LabelDescriptor>
The set of labels that must be defined to identify a particular channel of the corresponding type.
-
#launch_stage ⇒ ::Google::Api::LaunchStage
The product launch stage for channels of this type.
-
#name ⇒ ::String
The full REST resource name for this descriptor.
-
#supported_tiers ⇒ ::Array<::Google::Cloud::Monitoring::V3::ServiceTier>
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#type ⇒ ::String
The type of notification channel, such as "email" and "sms".
Instance Attribute Details
#description ⇒ ::String
63 64 65 66 |
# File 'proto_docs/google/monitoring/v3/notification.rb', line 63 class NotificationChannelDescriptor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
63 64 65 66 |
# File 'proto_docs/google/monitoring/v3/notification.rb', line 63 class NotificationChannelDescriptor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#labels ⇒ ::Array<::Google::Api::LabelDescriptor>
63 64 65 66 |
# File 'proto_docs/google/monitoring/v3/notification.rb', line 63 class NotificationChannelDescriptor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#launch_stage ⇒ ::Google::Api::LaunchStage
63 64 65 66 |
# File 'proto_docs/google/monitoring/v3/notification.rb', line 63 class NotificationChannelDescriptor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
63 64 65 66 |
# File 'proto_docs/google/monitoring/v3/notification.rb', line 63 class NotificationChannelDescriptor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#supported_tiers ⇒ ::Array<::Google::Cloud::Monitoring::V3::ServiceTier>
This field is deprecated and may be removed in the next major version update.
Returns The tiers that support this notification channel; the project service tier must be one of the supported_tiers.
63 64 65 66 |
# File 'proto_docs/google/monitoring/v3/notification.rb', line 63 class NotificationChannelDescriptor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::String
63 64 65 66 |
# File 'proto_docs/google/monitoring/v3/notification.rb', line 63 class NotificationChannelDescriptor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |