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
def code() -> ::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=
def code=(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
def name() -> ::String
    Returns
    
  - (::String) — Required. The notification channel to verify.
#name=
def name=(value) -> ::String
    Parameter
    
  - value (::String) — Required. The notification channel to verify.
    Returns
    
- (::String) — Required. The notification channel to verify.