Interface IOSKeySettingsOrBuilder (3.27.0)

public interface IOSKeySettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAllowAllBundleIds()

public abstract boolean getAllowAllBundleIds()

If set to true, allowed_bundle_ids are not enforced.

bool allow_all_bundle_ids = 2;

Returns
TypeDescription
boolean

The allowAllBundleIds.

getAllowedBundleIds(int index)

public abstract String getAllowedBundleIds(int index)

iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'

repeated string allowed_bundle_ids = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The allowedBundleIds at the given index.

getAllowedBundleIdsBytes(int index)

public abstract ByteString getAllowedBundleIdsBytes(int index)

iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'

repeated string allowed_bundle_ids = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the allowedBundleIds at the given index.

getAllowedBundleIdsCount()

public abstract int getAllowedBundleIdsCount()

iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'

repeated string allowed_bundle_ids = 1;

Returns
TypeDescription
int

The count of allowedBundleIds.

getAllowedBundleIdsList()

public abstract List<String> getAllowedBundleIdsList()

iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'

repeated string allowed_bundle_ids = 1;

Returns
TypeDescription
List<String>

A list containing the allowedBundleIds.

getAppleDeveloperId()

public abstract AppleDeveloperId getAppleDeveloperId()

Apple Developer account details for the app that is protected by the reCAPTCHA Key. reCAPTCHA Enterprise leverages platform-specific checks like Apple App Attest and Apple DeviceCheck to protect your app from abuse. Providing these fields allows reCAPTCHA Enterprise to get a better assessment of the integrity of your app.

.google.cloud.recaptchaenterprise.v1.AppleDeveloperId apple_developer_id = 3;

Returns
TypeDescription
AppleDeveloperId

The appleDeveloperId.

getAppleDeveloperIdOrBuilder()

public abstract AppleDeveloperIdOrBuilder getAppleDeveloperIdOrBuilder()

Apple Developer account details for the app that is protected by the reCAPTCHA Key. reCAPTCHA Enterprise leverages platform-specific checks like Apple App Attest and Apple DeviceCheck to protect your app from abuse. Providing these fields allows reCAPTCHA Enterprise to get a better assessment of the integrity of your app.

.google.cloud.recaptchaenterprise.v1.AppleDeveloperId apple_developer_id = 3;

Returns
TypeDescription
AppleDeveloperIdOrBuilder

hasAppleDeveloperId()

public abstract boolean hasAppleDeveloperId()

Apple Developer account details for the app that is protected by the reCAPTCHA Key. reCAPTCHA Enterprise leverages platform-specific checks like Apple App Attest and Apple DeviceCheck to protect your app from abuse. Providing these fields allows reCAPTCHA Enterprise to get a better assessment of the integrity of your app.

.google.cloud.recaptchaenterprise.v1.AppleDeveloperId apple_developer_id = 3;

Returns
TypeDescription
boolean

Whether the appleDeveloperId field is set.