Reference documentation and code samples for the reCAPTCHA Enterprise V1 API class Google::Cloud::RecaptchaEnterprise::V1::CreateKeyRequest.
The create key request message.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#key
def key() -> ::Google::Cloud::RecaptchaEnterprise::V1::Key
Returns
- (::Google::Cloud::RecaptchaEnterprise::V1::Key) — Required. Information to create a reCAPTCHA Enterprise key.
#key=
def key=(value) -> ::Google::Cloud::RecaptchaEnterprise::V1::Key
Parameter
- value (::Google::Cloud::RecaptchaEnterprise::V1::Key) — Required. Information to create a reCAPTCHA Enterprise key.
Returns
- (::Google::Cloud::RecaptchaEnterprise::V1::Key) — Required. Information to create a reCAPTCHA Enterprise key.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The name of the project in which the key will be created, in the
format
projects/{project}
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — 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}
.