Class: Google::Cloud::Monitoring::V3::VerifyNotificationChannelRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::VerifyNotificationChannelRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/notification_service.rb
Overview
The VerifyNotificationChannel
request.
Instance Attribute Summary collapse
-
#code ⇒ ::String
Required.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#code ⇒ ::String
Returns Required. The verification code that was delivered to the channel as
a result of invoking the SendNotificationChannelVerificationCode
API
method or that was retrieved from a verified channel via
GetNotificationChannelVerificationCode
. For example, one might have
"G-123456" or "TKNZGhhd2EyN3I1MnRnMjRv" (in general, one is only
guaranteed that the code is valid UTF-8; one should not
make any assumptions regarding the structure or format of the code).
269 270 271 272 |
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 269 class VerifyNotificationChannelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The notification channel to verify.
269 270 271 272 |
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 269 class VerifyNotificationChannelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |