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

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

#name::String

Returns Required. The notification channel for which a verification code is to be generated and retrieved. This must name a channel that is already verified; if the specified channel is not verified, the request will fail.

Returns:

  • (::String)

    Required. The notification channel for which a verification code is to be generated and retrieved. This must name a channel that is already verified; if the specified channel is not verified, the request will fail.

[View source]

232
233
234
235
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 232

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