Method: Google::Cloud::Monitoring::V3::GetNotificationChannelRequest#name

Defined in:
proto_docs/google/monitoring/v3/notification_service.rb

#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]
    
[View source]

169
170
171
172
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 169

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