Uses of Class
com.google.api.apikeys.v2.AndroidApplication
-
Packages that use AndroidApplication Package Description com.google.api.apikeys.v2 A client to API Keys API -
-
Uses of AndroidApplication in com.google.api.apikeys.v2
Methods in com.google.api.apikeys.v2 that return AndroidApplication Modifier and Type Method Description AndroidApplicationAndroidApplication.Builder. build()AndroidApplicationAndroidApplication.Builder. buildPartial()AndroidApplicationAndroidKeyRestrictions.Builder. getAllowedApplications(int index)A list of Android applications that are allowed to make API calls with this key.AndroidApplicationAndroidKeyRestrictions. getAllowedApplications(int index)A list of Android applications that are allowed to make API calls with this key.AndroidApplicationAndroidKeyRestrictionsOrBuilder. getAllowedApplications(int index)A list of Android applications that are allowed to make API calls with this key.static AndroidApplicationAndroidApplication. getDefaultInstance()AndroidApplicationAndroidApplication.Builder. getDefaultInstanceForType()AndroidApplicationAndroidApplication. getDefaultInstanceForType()static AndroidApplicationAndroidApplication. parseDelimitedFrom(InputStream input)static AndroidApplicationAndroidApplication. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AndroidApplicationAndroidApplication. parseFrom(byte[] data)static AndroidApplicationAndroidApplication. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AndroidApplicationAndroidApplication. parseFrom(com.google.protobuf.ByteString data)static AndroidApplicationAndroidApplication. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AndroidApplicationAndroidApplication. parseFrom(com.google.protobuf.CodedInputStream input)static AndroidApplicationAndroidApplication. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AndroidApplicationAndroidApplication. parseFrom(InputStream input)static AndroidApplicationAndroidApplication. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AndroidApplicationAndroidApplication. parseFrom(ByteBuffer data)static AndroidApplicationAndroidApplication. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.api.apikeys.v2 that return types with arguments of type AndroidApplication Modifier and Type Method Description List<AndroidApplication>AndroidKeyRestrictions.Builder. getAllowedApplicationsList()A list of Android applications that are allowed to make API calls with this key.List<AndroidApplication>AndroidKeyRestrictions. getAllowedApplicationsList()A list of Android applications that are allowed to make API calls with this key.List<AndroidApplication>AndroidKeyRestrictionsOrBuilder. getAllowedApplicationsList()A list of Android applications that are allowed to make API calls with this key.com.google.protobuf.Parser<AndroidApplication>AndroidApplication. getParserForType()static com.google.protobuf.Parser<AndroidApplication>AndroidApplication. parser()Methods in com.google.api.apikeys.v2 with parameters of type AndroidApplication Modifier and Type Method Description AndroidKeyRestrictions.BuilderAndroidKeyRestrictions.Builder. addAllowedApplications(int index, AndroidApplication value)A list of Android applications that are allowed to make API calls with this key.AndroidKeyRestrictions.BuilderAndroidKeyRestrictions.Builder. addAllowedApplications(AndroidApplication value)A list of Android applications that are allowed to make API calls with this key.AndroidApplication.BuilderAndroidApplication.Builder. mergeFrom(AndroidApplication other)static AndroidApplication.BuilderAndroidApplication. newBuilder(AndroidApplication prototype)AndroidKeyRestrictions.BuilderAndroidKeyRestrictions.Builder. setAllowedApplications(int index, AndroidApplication value)A list of Android applications that are allowed to make API calls with this key.Method parameters in com.google.api.apikeys.v2 with type arguments of type AndroidApplication Modifier and Type Method Description AndroidKeyRestrictions.BuilderAndroidKeyRestrictions.Builder. addAllAllowedApplications(Iterable<? extends AndroidApplication> values)A list of Android applications that are allowed to make API calls with this key.
-