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 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;