Class: Google::Cloud::RecaptchaEnterprise::V1beta1::CreateKeyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1beta1::CreateKeyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb
Overview
The create key request message.
Instance Attribute Summary collapse
-
#key ⇒ ::Google::Cloud::RecaptchaEnterprise::V1beta1::Key
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#key ⇒ ::Google::Cloud::RecaptchaEnterprise::V1beta1::Key
Returns Required. Information to create a reCAPTCHA Enterprise key.
197 198 199 200 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 197 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_number}".
197 198 199 200 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 197 class CreateKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |