Class: Google::Cloud::RecaptchaEnterprise::V1::CreateKeyRequest

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 create key request message.

Instance Attribute Summary collapse

Instance Attribute Details

#key::Google::Cloud::RecaptchaEnterprise::V1::Key

Returns Required. Information to create a reCAPTCHA Enterprise key.

Returns:



957
958
959
960
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 957

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

#parent::String

Returns Required. The name of the project in which the key will be created, in the format projects/{project}.

Returns:

  • (::String)

    Required. The name of the project in which the key will be created, in the format projects/{project}.



957
958
959
960
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 957

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