public interface AndroidKeySettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAllowedPackageNames(int index)
Android package names of apps allowed to use the key.
|
com.google.protobuf.ByteString |
getAllowedPackageNamesBytes(int index)
Android package names of apps allowed to use the key.
|
int |
getAllowedPackageNamesCount()
Android package names of apps allowed to use the key.
|
List<String> |
getAllowedPackageNamesList()
Android package names of apps allowed to use the key.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getAllowedPackageNamesList()
Android package names of apps allowed to use the key. Example: 'com.companyname.appname'
repeated string allowed_package_names = 1;int getAllowedPackageNamesCount()
Android package names of apps allowed to use the key. Example: 'com.companyname.appname'
repeated string allowed_package_names = 1;String getAllowedPackageNames(int index)
Android package names of apps allowed to use the key. Example: 'com.companyname.appname'
repeated string allowed_package_names = 1;index - The index of the element to return.com.google.protobuf.ByteString getAllowedPackageNamesBytes(int index)
Android package names of apps allowed to use the key. Example: 'com.companyname.appname'
repeated string allowed_package_names = 1;index - The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.