Class: Google::Cloud::RecaptchaEnterprise::V1beta1::Key
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1beta1::Key
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb
Overview
A key used to identify and configure applications (web and/or mobile) that use reCAPTCHA Enterprise.
Instance Attribute Summary collapse
-
#android_settings ⇒ ::Google::Cloud::RecaptchaEnterprise::V1beta1::AndroidKeySettings
Settings for keys that can be used by Android apps.
-
#display_name ⇒ ::String
Human-readable display name of this key.
-
#ios_settings ⇒ ::Google::Cloud::RecaptchaEnterprise::V1beta1::IOSKeySettings
Settings for keys that can be used by iOS apps.
-
#name ⇒ ::String
The resource name for the Key in the format "projects/{project_number}/keys/{key_id}".
-
#web_settings ⇒ ::Google::Cloud::RecaptchaEnterprise::V1beta1::WebKeySettings
Settings for keys that can be used by websites.
Instance Attribute Details
#android_settings ⇒ ::Google::Cloud::RecaptchaEnterprise::V1beta1::AndroidKeySettings
Returns Settings for keys that can be used by Android apps.
284 285 286 287 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 284 class Key include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Human-readable display name of this key. Modifiable by user.
284 285 286 287 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 284 class Key include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ios_settings ⇒ ::Google::Cloud::RecaptchaEnterprise::V1beta1::IOSKeySettings
Returns Settings for keys that can be used by iOS apps.
284 285 286 287 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 284 class Key include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The resource name for the Key in the format "projects/{project_number}/keys/{key_id}".
284 285 286 287 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 284 class Key include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#web_settings ⇒ ::Google::Cloud::RecaptchaEnterprise::V1beta1::WebKeySettings
Returns Settings for keys that can be used by websites.
284 285 286 287 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 284 class Key include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |