Settings specific to keys that can be used by Android apps.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.AndroidKeySettings
Methods |
public __construct( $data = NULL) Constructor.
|
public getAllowAllPackageNames() Optional. If set to true, allowed_package_names are not enforced. Generated from protobuf field bool allow_all_package_names = 2 [(.google.api.field_behavior) = OPTIONAL];
|
public getAllowedPackageNames() Optional. Android package names of apps allowed to use the key. Example: 'com.companyname.appname' Generated from protobuf field repeated string allowed_package_names = 1 [(.google.api.field_behavior) = OPTIONAL];
|
public getSupportNonGoogleAppStoreDistribution() Optional. Set to true for keys that are used in an Android application that is available for download in app stores in addition to the Google Play Store. Generated from protobuf field bool support_non_google_app_store_distribution = 3 [(.google.api.field_behavior) = OPTIONAL];
|
public setAllowAllPackageNames( $var) Optional. If set to true, allowed_package_names are not enforced. Generated from protobuf field bool allow_all_package_names = 2 [(.google.api.field_behavior) = OPTIONAL];
|
public setAllowedPackageNames( $var) Optional. Android package names of apps allowed to use the key. Example: 'com.companyname.appname' Generated from protobuf field repeated string allowed_package_names = 1 [(.google.api.field_behavior) = OPTIONAL];
|
public setSupportNonGoogleAppStoreDistribution( $var) Optional. Set to true for keys that are used in an Android application that is available for download in app stores in addition to the Google Play Store. Generated from protobuf field bool support_non_google_app_store_distribution = 3 [(.google.api.field_behavior) = OPTIONAL];
|
Properties |
protected $allow_all_package_names = false Optional. If set to true, allowed_package_names are not enforced. Generated from protobuf field bool allow_all_package_names = 2 [(.google.api.field_behavior) = OPTIONAL]; |
protected $support_non_google_app_store_distribution = false Optional. Set to true for keys that are used in an Android application that is available for download in app stores in addition to the Google Play Store. Generated from protobuf field bool support_non_google_app_store_distribution = 3 [(.google.api.field_behavior) = OPTIONAL]; |
Methods |
Properties |
private $allowed_package_names = NULL Optional. Android package names of apps allowed to use the key. Example: 'com.companyname.appname' Generated from protobuf field repeated string allowed_package_names = 1 [(.google.api.field_behavior) = OPTIONAL]; |