Class: Google::Cloud::RecaptchaEnterprise::V1::RetrieveLegacySecretKeyRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#key::String

Returns Required. The public key name linked to the requested secret key in the format projects/{project}/keys/{key}.

Returns:

  • (::String)

    Required. The public key name linked to the requested secret key in the format projects/{project}/keys/{key}.



998
999
1000
1001
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 998

class RetrieveLegacySecretKeyRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end