Class: Google::Cloud::Monitoring::V3::NotificationChannelDescriptor

Inherits:
Object
  • Object
show all
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

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>

Deprecated.

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