Class: Google::Cloud::Monitoring::V3::DeleteNotificationChannelRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::DeleteNotificationChannelRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/notification_service.rb
Overview
The DeleteNotificationChannel
request.
Instance Attribute Summary collapse
-
#force ⇒ ::Boolean
If true, the notification channel will be deleted regardless of its use in alert policies (the policies will be updated to remove the channel).
-
#name ⇒ ::String
Required.
Instance Attribute Details
#force ⇒ ::Boolean
203 204 205 206 |
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 203 class DeleteNotificationChannelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
203 204 205 206 |
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 203 class DeleteNotificationChannelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |