Class: Google::Cloud::RecaptchaEnterprise::V1::RetrieveLegacySecretKeyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1::RetrieveLegacySecretKeyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb
Overview
The retrieve legacy secret key request message.
Instance Attribute Summary collapse
-
#key ⇒ ::String
Required.
Instance Attribute Details
#key ⇒ ::String
Returns Required. The public key name linked to the requested secret key in the
format projects/{project}/keys/{key}
.
1078 1079 1080 1081 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1078 class RetrieveLegacySecretKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |