public interface IOSKeySettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowAllBundleIds()
Optional.
|
String |
getAllowedBundleIds(int index)
Optional. iOS bundle ids of apps allowed to use the key.
|
com.google.protobuf.ByteString |
getAllowedBundleIdsBytes(int index)
Optional. iOS bundle ids of apps allowed to use the key.
|
int |
getAllowedBundleIdsCount()
Optional. iOS bundle ids of apps allowed to use the key.
|
List<String> |
getAllowedBundleIdsList()
Optional. iOS bundle ids of apps allowed to use the key.
|
AppleDeveloperId |
getAppleDeveloperId()
Optional.
|
AppleDeveloperIdOrBuilder |
getAppleDeveloperIdOrBuilder()
Optional.
|
boolean |
hasAppleDeveloperId()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getAllowAllBundleIds()
Optional. If set to true, allowed_bundle_ids are not enforced.
bool allow_all_bundle_ids = 2 [(.google.api.field_behavior) = OPTIONAL];List<String> getAllowedBundleIdsList()
Optional. iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
repeated string allowed_bundle_ids = 1 [(.google.api.field_behavior) = OPTIONAL];int getAllowedBundleIdsCount()
Optional. iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
repeated string allowed_bundle_ids = 1 [(.google.api.field_behavior) = OPTIONAL];String getAllowedBundleIds(int index)
Optional. iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
repeated string allowed_bundle_ids = 1 [(.google.api.field_behavior) = OPTIONAL];index - The index of the element to return.com.google.protobuf.ByteString getAllowedBundleIdsBytes(int index)
Optional. iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
repeated string allowed_bundle_ids = 1 [(.google.api.field_behavior) = OPTIONAL];index - The index of the value to return.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];
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];
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];
Copyright © 2025 Google LLC. All rights reserved.