Class: Google::Cloud::RecaptchaEnterprise::V1beta1::Key

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#android_settings::Google::Cloud::RecaptchaEnterprise::V1beta1::AndroidKeySettings

Returns Settings for keys that can be used by Android apps.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:



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}".

Returns:

  • (::String)

    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.

Returns:



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