Class: Google::Cloud::RecaptchaEnterprise::V1beta1::GetKeyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1beta1::GetKeyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb
Overview
The get key request message.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the requested key, in the format "projects/{project_number}/keys/{key_id}".
238 239 240 241 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 238 class GetKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |