public interface AndroidKeySettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getAllowAllPackageNames()
If set to true, it means allowed_package_names will not be enforced.
|
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, hasOneof
boolean getAllowAllPackageNames()
If set to true, it means allowed_package_names will not be enforced.
bool allow_all_package_names = 2;
List<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 © 2021 Google LLC. All rights reserved.