Uses of Interface
com.google.api.apikeys.v2.AndroidApplicationOrBuilder
-
Packages that use AndroidApplicationOrBuilder Package Description com.google.api.apikeys.v2 A client to API Keys API -
-
Uses of AndroidApplicationOrBuilder in com.google.api.apikeys.v2
Classes in com.google.api.apikeys.v2 that implement AndroidApplicationOrBuilder Modifier and Type Class Description class
AndroidApplication
Identifier of an Android application for key use.static class
AndroidApplication.Builder
Identifier of an Android application for key use.Methods in com.google.api.apikeys.v2 that return AndroidApplicationOrBuilder Modifier and Type Method Description AndroidApplicationOrBuilder
AndroidKeyRestrictions.Builder. getAllowedApplicationsOrBuilder(int index)
A list of Android applications that are allowed to make API calls with this key.AndroidApplicationOrBuilder
AndroidKeyRestrictions. getAllowedApplicationsOrBuilder(int index)
A list of Android applications that are allowed to make API calls with this key.AndroidApplicationOrBuilder
AndroidKeyRestrictionsOrBuilder. getAllowedApplicationsOrBuilder(int index)
A list of Android applications that are allowed to make API calls with this key.Methods in com.google.api.apikeys.v2 that return types with arguments of type AndroidApplicationOrBuilder Modifier and Type Method Description List<? extends AndroidApplicationOrBuilder>
AndroidKeyRestrictions.Builder. getAllowedApplicationsOrBuilderList()
A list of Android applications that are allowed to make API calls with this key.List<? extends AndroidApplicationOrBuilder>
AndroidKeyRestrictions. getAllowedApplicationsOrBuilderList()
A list of Android applications that are allowed to make API calls with this key.List<? extends AndroidApplicationOrBuilder>
AndroidKeyRestrictionsOrBuilder. getAllowedApplicationsOrBuilderList()
A list of Android applications that are allowed to make API calls with this key.
-