Package com.google.api.apikeys.v2
Interface AndroidKeyRestrictionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AndroidKeyRestrictions,AndroidKeyRestrictions.Builder
public interface AndroidKeyRestrictionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AndroidApplicationgetAllowedApplications(int index)A list of Android applications that are allowed to make API calls with this key.intgetAllowedApplicationsCount()A list of Android applications that are allowed to make API calls with this key.List<AndroidApplication>getAllowedApplicationsList()A list of Android applications that are allowed to make API calls with this key.AndroidApplicationOrBuildergetAllowedApplicationsOrBuilder(int index)A list of Android applications that are allowed to make API calls with this key.List<? extends AndroidApplicationOrBuilder>getAllowedApplicationsOrBuilderList()A list of Android applications that are allowed to make API calls with this key.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAllowedApplicationsList
List<AndroidApplication> getAllowedApplicationsList()
A list of Android applications that are allowed to make API calls with this key.
repeated .google.api.apikeys.v2.AndroidApplication allowed_applications = 1;
-
getAllowedApplications
AndroidApplication getAllowedApplications(int index)
A list of Android applications that are allowed to make API calls with this key.
repeated .google.api.apikeys.v2.AndroidApplication allowed_applications = 1;
-
getAllowedApplicationsCount
int getAllowedApplicationsCount()
A list of Android applications that are allowed to make API calls with this key.
repeated .google.api.apikeys.v2.AndroidApplication allowed_applications = 1;
-
getAllowedApplicationsOrBuilderList
List<? extends AndroidApplicationOrBuilder> getAllowedApplicationsOrBuilderList()
A list of Android applications that are allowed to make API calls with this key.
repeated .google.api.apikeys.v2.AndroidApplication allowed_applications = 1;
-
getAllowedApplicationsOrBuilder
AndroidApplicationOrBuilder getAllowedApplicationsOrBuilder(int index)
A list of Android applications that are allowed to make API calls with this key.
repeated .google.api.apikeys.v2.AndroidApplication allowed_applications = 1;
-
-