public interface IOSKeySettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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, hasOneofList<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 © 2021 Google LLC. All rights reserved.