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
Returns If true, the notification channel will be deleted regardless of its use in alert policies (the policies will be updated to remove the channel). If false, channels that are still referenced by an existing alerting policy will fail to be deleted in a delete operation.
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
Returns Required. The channel for which to execute the request. The format is:
projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID].
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 |