Reference documentation and code samples for the reCAPTCHA Enterprise V1beta1 API class Google::Cloud::RecaptchaEnterprise::V1beta1::Key.
A key used to identify and configure applications (web and/or mobile) that use reCAPTCHA Enterprise.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#android_settings
def android_settings() -> ::Google::Cloud::RecaptchaEnterprise::V1beta1::AndroidKeySettings
Returns
- (::Google::Cloud::RecaptchaEnterprise::V1beta1::AndroidKeySettings) — Settings for keys that can be used by Android apps.
#android_settings=
def android_settings=(value) -> ::Google::Cloud::RecaptchaEnterprise::V1beta1::AndroidKeySettings
Parameter
- value (::Google::Cloud::RecaptchaEnterprise::V1beta1::AndroidKeySettings) — Settings for keys that can be used by Android apps.
Returns
- (::Google::Cloud::RecaptchaEnterprise::V1beta1::AndroidKeySettings) — Settings for keys that can be used by Android apps.
#display_name
def display_name() -> ::String
Returns
- (::String) — Human-readable display name of this key. Modifiable by user.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Human-readable display name of this key. Modifiable by user.
Returns
- (::String) — Human-readable display name of this key. Modifiable by user.
#ios_settings
def ios_settings() -> ::Google::Cloud::RecaptchaEnterprise::V1beta1::IOSKeySettings
Returns
- (::Google::Cloud::RecaptchaEnterprise::V1beta1::IOSKeySettings) — Settings for keys that can be used by iOS apps.
#ios_settings=
def ios_settings=(value) -> ::Google::Cloud::RecaptchaEnterprise::V1beta1::IOSKeySettings
Parameter
- value (::Google::Cloud::RecaptchaEnterprise::V1beta1::IOSKeySettings) — Settings for keys that can be used by iOS apps.
Returns
- (::Google::Cloud::RecaptchaEnterprise::V1beta1::IOSKeySettings) — Settings for keys that can be used by iOS apps.
#name
def name() -> ::String
Returns
- (::String) — The resource name for the Key in the format "projects/{project_number}/keys/{key_id}".
#name=
def name=(value) -> ::String
Parameter
- value (::String) — 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}".
#web_settings
def web_settings() -> ::Google::Cloud::RecaptchaEnterprise::V1beta1::WebKeySettings
Returns
- (::Google::Cloud::RecaptchaEnterprise::V1beta1::WebKeySettings) — Settings for keys that can be used by websites.
#web_settings=
def web_settings=(value) -> ::Google::Cloud::RecaptchaEnterprise::V1beta1::WebKeySettings
Parameter
- value (::Google::Cloud::RecaptchaEnterprise::V1beta1::WebKeySettings) — Settings for keys that can be used by websites.
Returns
- (::Google::Cloud::RecaptchaEnterprise::V1beta1::WebKeySettings) — Settings for keys that can be used by websites.