Class: Google::Cloud::Monitoring::V3::DeleteNotificationChannelRequest

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

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, this operation will fail if the notification channel is referenced by existing alerting policies.

Returns:

  • (::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). If false, this operation will fail if the notification channel is referenced by existing alerting policies.



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].

Returns:

  • (::String)

    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