public interface IOSKeySettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAllowAllBundleIds()
public abstract boolean getAllowAllBundleIds()Optional. If set to true, allowed_bundle_ids are not enforced.
bool allow_all_bundle_ids = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The allowAllBundleIds. |
getAllowedBundleIds(int index)
public abstract String getAllowedBundleIds(int index) Optional. iOS bundle IDs of apps allowed to use the key.
Example: 'com.companyname.productname.appname'
Each key supports a maximum of 250 bundle IDs. To use a key on more
apps, set allow_all_bundle_ids to true. When this is set, you
are responsible for validating the bundle id by checking the
token_properties.ios_bundle_id field in each assessment response
against your list of allowed bundle IDs.
repeated string allowed_bundle_ids = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The allowedBundleIds at the given index. |
getAllowedBundleIdsBytes(int index)
public abstract ByteString getAllowedBundleIdsBytes(int index) Optional. iOS bundle IDs of apps allowed to use the key.
Example: 'com.companyname.productname.appname'
Each key supports a maximum of 250 bundle IDs. To use a key on more
apps, set allow_all_bundle_ids to true. When this is set, you
are responsible for validating the bundle id by checking the
token_properties.ios_bundle_id field in each assessment response
against your list of allowed bundle IDs.
repeated string allowed_bundle_ids = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the allowedBundleIds at the given index. |
getAllowedBundleIdsCount()
public abstract int getAllowedBundleIdsCount() Optional. iOS bundle IDs of apps allowed to use the key.
Example: 'com.companyname.productname.appname'
Each key supports a maximum of 250 bundle IDs. To use a key on more
apps, set allow_all_bundle_ids to true. When this is set, you
are responsible for validating the bundle id by checking the
token_properties.ios_bundle_id field in each assessment response
against your list of allowed bundle IDs.
repeated string allowed_bundle_ids = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The count of allowedBundleIds. |
getAllowedBundleIdsList()
public abstract List<String> getAllowedBundleIdsList() Optional. iOS bundle IDs of apps allowed to use the key.
Example: 'com.companyname.productname.appname'
Each key supports a maximum of 250 bundle IDs. To use a key on more
apps, set allow_all_bundle_ids to true. When this is set, you
are responsible for validating the bundle id by checking the
token_properties.ios_bundle_id field in each assessment response
against your list of allowed bundle IDs.
repeated string allowed_bundle_ids = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the allowedBundleIds. |
getAppleDeveloperId()
public abstract AppleDeveloperId getAppleDeveloperId()Optional. Apple Developer account details for the app that is protected by the reCAPTCHA Key. reCAPTCHA leverages platform-specific checks like Apple App Attest and Apple DeviceCheck to protect your app from abuse. Providing these fields allows reCAPTCHA to get a better assessment of the integrity of your app.
.google.cloud.recaptchaenterprise.v1.AppleDeveloperId apple_developer_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
AppleDeveloperId |
The appleDeveloperId. |
getAppleDeveloperIdOrBuilder()
public abstract AppleDeveloperIdOrBuilder getAppleDeveloperIdOrBuilder()Optional. Apple Developer account details for the app that is protected by the reCAPTCHA Key. reCAPTCHA leverages platform-specific checks like Apple App Attest and Apple DeviceCheck to protect your app from abuse. Providing these fields allows reCAPTCHA to get a better assessment of the integrity of your app.
.google.cloud.recaptchaenterprise.v1.AppleDeveloperId apple_developer_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
AppleDeveloperIdOrBuilder |
|
hasAppleDeveloperId()
public abstract boolean hasAppleDeveloperId()Optional. Apple Developer account details for the app that is protected by the reCAPTCHA Key. reCAPTCHA leverages platform-specific checks like Apple App Attest and Apple DeviceCheck to protect your app from abuse. Providing these fields allows reCAPTCHA to get a better assessment of the integrity of your app.
.google.cloud.recaptchaenterprise.v1.AppleDeveloperId apple_developer_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the appleDeveloperId field is set. |