Class: Google::Cloud::RecaptchaEnterprise::V1::CreateKeyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1::CreateKeyRequest
- 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
-
#key ⇒ ::Google::Cloud::RecaptchaEnterprise::V1::Key
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#key ⇒ ::Google::Cloud::RecaptchaEnterprise::V1::Key
Returns Required. Information to create a reCAPTCHA Enterprise key.
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}
.
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 |