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 AndroidApplication
AndroidApplication.Builder. build()
AndroidApplication
AndroidApplication.Builder. buildPartial()
AndroidApplication
AndroidKeyRestrictions.Builder. getAllowedApplications(int index)
A list of Android applications that are allowed to make API calls with this key.AndroidApplication
AndroidKeyRestrictions. getAllowedApplications(int index)
A list of Android applications that are allowed to make API calls with this key.AndroidApplication
AndroidKeyRestrictionsOrBuilder. getAllowedApplications(int index)
A list of Android applications that are allowed to make API calls with this key.static AndroidApplication
AndroidApplication. getDefaultInstance()
AndroidApplication
AndroidApplication.Builder. getDefaultInstanceForType()
AndroidApplication
AndroidApplication. getDefaultInstanceForType()
static AndroidApplication
AndroidApplication. parseDelimitedFrom(InputStream input)
static AndroidApplication
AndroidApplication. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AndroidApplication
AndroidApplication. parseFrom(byte[] data)
static AndroidApplication
AndroidApplication. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AndroidApplication
AndroidApplication. parseFrom(com.google.protobuf.ByteString data)
static AndroidApplication
AndroidApplication. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AndroidApplication
AndroidApplication. parseFrom(com.google.protobuf.CodedInputStream input)
static AndroidApplication
AndroidApplication. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AndroidApplication
AndroidApplication. parseFrom(InputStream input)
static AndroidApplication
AndroidApplication. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AndroidApplication
AndroidApplication. parseFrom(ByteBuffer data)
static AndroidApplication
AndroidApplication. 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.Builder
AndroidKeyRestrictions.Builder. addAllowedApplications(int index, AndroidApplication value)
A list of Android applications that are allowed to make API calls with this key.AndroidKeyRestrictions.Builder
AndroidKeyRestrictions.Builder. addAllowedApplications(AndroidApplication value)
A list of Android applications that are allowed to make API calls with this key.AndroidApplication.Builder
AndroidApplication.Builder. mergeFrom(AndroidApplication other)
static AndroidApplication.Builder
AndroidApplication. newBuilder(AndroidApplication prototype)
AndroidKeyRestrictions.Builder
AndroidKeyRestrictions.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.Builder
AndroidKeyRestrictions.Builder. addAllAllowedApplications(Iterable<? extends AndroidApplication> values)
A list of Android applications that are allowed to make API calls with this key.
-