Class: Google::Cloud::Monitoring::V3::GetNotificationChannelVerificationCodeResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::GetNotificationChannelVerificationCodeResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/notification_service.rb
Overview
The GetNotificationChannelVerificationCode
request.
Instance Attribute Summary collapse
-
#code ⇒ ::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 ⇒ ::Google::Protobuf::Timestamp
The expiration time associated with the code that was returned.
Instance Attribute Details
#code ⇒ ::String
Returns 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).
251 252 253 254 |
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 251 class GetNotificationChannelVerificationCodeResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#expire_time ⇒ ::Google::Protobuf::Timestamp
Returns 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.
251 252 253 254 |
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 251 class GetNotificationChannelVerificationCodeResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |