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