Class: Google::Cloud::Monitoring::V3::GetNotificationChannelRequest

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 GetNotificationChannel request.

Instance Attribute Summary collapse

Instance Attribute Details

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


165
166
167
168
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 165

class GetNotificationChannelRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end