Cloud Monitoring V3 API - Class Google::Cloud::Monitoring::V3::GetNotificationChannelVerificationCodeResponse (v0.14.0)

Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::GetNotificationChannelVerificationCodeResponse.

The GetNotificationChannelVerificationCode request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#code

defcode()->::String
Returns
  • (::String) — The verification code, which may be used to verify other channels that have an equivalent identity (i.e. other channels of the same type with the same fingerprint such as other email channels with the same email address or other sms channels with the same number).

#code=

defcode=(value)->::String
Parameter
  • value (::String) — The verification code, which may be used to verify other channels that have an equivalent identity (i.e. other channels of the same type with the same fingerprint such as other email channels with the same email address or other sms channels with the same number).
Returns
  • (::String) — The verification code, which may be used to verify other channels that have an equivalent identity (i.e. other channels of the same type with the same fingerprint such as other email channels with the same email address or other sms channels with the same number).

#expire_time

defexpire_time()->::Google::Protobuf::Timestamp
Returns
  • (::Google::Protobuf::Timestamp) — The expiration time associated with the code that was returned. If an expiration was provided in the request, this is the minimum of the requested expiration in the request and the max permitted expiration.

#expire_time=

defexpire_time=(value)->::Google::Protobuf::Timestamp
Parameter
  • value (::Google::Protobuf::Timestamp) — The expiration time associated with the code that was returned. If an expiration was provided in the request, this is the minimum of the requested expiration in the request and the max permitted expiration.
Returns
  • (::Google::Protobuf::Timestamp) — The expiration time associated with the code that was returned. If an expiration was provided in the request, this is the minimum of the requested expiration in the request and the max permitted expiration.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.