Cloud Monitoring V3 API - Class Google::Cloud::Monitoring::V3::VerifyNotificationChannelRequest (v1.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::VerifyNotificationChannelRequest.
The VerifyNotificationChannel request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#code
defcode()->::String
Returns
-
(::String) — Required. The verification code that was delivered to the channel as
a result of invoking the
SendNotificationChannelVerificationCodeAPI method or that was retrieved from a verified channel viaGetNotificationChannelVerificationCode. 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).
#code=
defcode=(value)->::String
Parameter
-
value (::String) — Required. The verification code that was delivered to the channel as
a result of invoking the
SendNotificationChannelVerificationCodeAPI method or that was retrieved from a verified channel viaGetNotificationChannelVerificationCode. 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).
Returns
-
(::String) — Required. The verification code that was delivered to the channel as
a result of invoking the
SendNotificationChannelVerificationCodeAPI method or that was retrieved from a verified channel viaGetNotificationChannelVerificationCode. 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).
#name
defname()->::String
Returns
- (::String) — Required. The notification channel to verify.
#name=
defname=(value)->::String
Parameter
- value (::String) — Required. The notification channel to verify.
Returns
- (::String) — Required. The notification channel to verify.