A key used to identify and configure applications (web and/or mobile) that use reCAPTCHA Enterprise.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.Key
Methods |
public __construct( $data = NULL) Constructor.
|
public clearCreateTime() |
public clearTestingOptions() |
public clearWafSettings() |
public getAndroidSettings() Settings for keys that can be used by Android apps. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.AndroidKeySettings android_settings = 4;
|
public getCreateTime() Output only. The timestamp corresponding to the creation of this key. Generated from protobuf field .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
public getDisplayName() Required. Human-readable display name of this key. Modifiable by user. Generated from protobuf field string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
|
public getExpressSettings() Settings for keys that can be used by reCAPTCHA Express. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.ExpressKeySettings express_settings = 11;
|
public getIosSettings() Settings for keys that can be used by iOS apps. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.IOSKeySettings ios_settings = 5;
|
public getLabels() Optional. See [Creating and managing labels] (https://cloud.google.com/recaptcha/docs/labels). Generated from protobuf field map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];
|
public getName() Identifier. The resource name for the Key in the format
Generated from protobuf field string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
|
public getPlatformSettings()
|
public getTestingOptions() Optional. Options for user acceptance testing. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.TestingOptions testing_options = 9 [(.google.api.field_behavior) = OPTIONAL];
|
public getWafSettings() Optional. Settings for WAF Generated from protobuf field .google.cloud.recaptchaenterprise.v1.WafSettings waf_settings = 10 [(.google.api.field_behavior) = OPTIONAL];
|
public getWebSettings() Settings for keys that can be used by websites. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.WebKeySettings web_settings = 3;
|
public hasAndroidSettings() |
public hasCreateTime() |
public hasExpressSettings() |
public hasIosSettings() |
public hasTestingOptions() |
public hasWafSettings() |
public hasWebSettings() |
public setAndroidSettings( $var) Settings for keys that can be used by Android apps. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.AndroidKeySettings android_settings = 4;
|
public setCreateTime( $var) Output only. The timestamp corresponding to the creation of this key. Generated from protobuf field .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
public setDisplayName( $var) Required. Human-readable display name of this key. Modifiable by user. Generated from protobuf field string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
|
public setExpressSettings( $var) Settings for keys that can be used by reCAPTCHA Express. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.ExpressKeySettings express_settings = 11;
|
public setIosSettings( $var) Settings for keys that can be used by iOS apps. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.IOSKeySettings ios_settings = 5;
|
public setLabels( $var) Optional. See [Creating and managing labels] (https://cloud.google.com/recaptcha/docs/labels). Generated from protobuf field map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];
|
public setName( $var) Identifier. The resource name for the Key in the format
Generated from protobuf field string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
|
public setTestingOptions( $var) Optional. Options for user acceptance testing. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.TestingOptions testing_options = 9 [(.google.api.field_behavior) = OPTIONAL];
|
public setWafSettings( $var) Optional. Settings for WAF Generated from protobuf field .google.cloud.recaptchaenterprise.v1.WafSettings waf_settings = 10 [(.google.api.field_behavior) = OPTIONAL];
|
public setWebSettings( $var) Settings for keys that can be used by websites. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.WebKeySettings web_settings = 3;
|
Properties |
protected $create_time = NULL Output only. The timestamp corresponding to the creation of this key. Generated from protobuf field .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; |
protected $display_name = '' Required. Human-readable display name of this key. Modifiable by user. Generated from protobuf field string display_name = 2 [(.google.api.field_behavior) = REQUIRED]; |
protected $name = '' Identifier. The resource name for the Key in the format
Generated from protobuf field string name = 1 [(.google.api.field_behavior) = IDENTIFIER]; |
protected $platform_settings = NULL |
protected $testing_options = NULL Optional. Options for user acceptance testing. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.TestingOptions testing_options = 9 [(.google.api.field_behavior) = OPTIONAL]; |
protected $waf_settings = NULL Optional. Settings for WAF Generated from protobuf field .google.cloud.recaptchaenterprise.v1.WafSettings waf_settings = 10 [(.google.api.field_behavior) = OPTIONAL]; |
Methods |
Properties |
private $labels = NULL Optional. See [Creating and managing labels] (https://cloud.google.com/recaptcha/docs/labels). Generated from protobuf field map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL]; |