Interface AuthenticationOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Authentication, Authentication.Builder

    public interface AuthenticationOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getRulesList

        java.util.List<AuthenticationRule> getRulesList()
         A list of authentication rules that apply to individual API methods.
        
         **NOTE:** All service configuration rules follow "last one wins" order.
         
        repeated .google.api.AuthenticationRule rules = 3;
      • getRules

        AuthenticationRule getRules​(int index)
         A list of authentication rules that apply to individual API methods.
        
         **NOTE:** All service configuration rules follow "last one wins" order.
         
        repeated .google.api.AuthenticationRule rules = 3;
      • getRulesCount

        int getRulesCount()
         A list of authentication rules that apply to individual API methods.
        
         **NOTE:** All service configuration rules follow "last one wins" order.
         
        repeated .google.api.AuthenticationRule rules = 3;
      • getRulesOrBuilderList

        java.util.List<? extends AuthenticationRuleOrBuilder> getRulesOrBuilderList()
         A list of authentication rules that apply to individual API methods.
        
         **NOTE:** All service configuration rules follow "last one wins" order.
         
        repeated .google.api.AuthenticationRule rules = 3;
      • getRulesOrBuilder

        AuthenticationRuleOrBuilder getRulesOrBuilder​(int index)
         A list of authentication rules that apply to individual API methods.
        
         **NOTE:** All service configuration rules follow "last one wins" order.
         
        repeated .google.api.AuthenticationRule rules = 3;
      • getProvidersList

        java.util.List<AuthProvider> getProvidersList()
         Defines a set of authentication providers that a service supports.
         
        repeated .google.api.AuthProvider providers = 4;
      • getProviders

        AuthProvider getProviders​(int index)
         Defines a set of authentication providers that a service supports.
         
        repeated .google.api.AuthProvider providers = 4;
      • getProvidersCount

        int getProvidersCount()
         Defines a set of authentication providers that a service supports.
         
        repeated .google.api.AuthProvider providers = 4;
      • getProvidersOrBuilderList

        java.util.List<? extends AuthProviderOrBuilder> getProvidersOrBuilderList()
         Defines a set of authentication providers that a service supports.
         
        repeated .google.api.AuthProvider providers = 4;
      • getProvidersOrBuilder

        AuthProviderOrBuilder getProvidersOrBuilder​(int index)
         Defines a set of authentication providers that a service supports.
         
        repeated .google.api.AuthProvider providers = 4;