Uses of Interface
com.google.api.AuthenticationRuleOrBuilder
-
Packages that use AuthenticationRuleOrBuilder Package Description com.google.api -
-
Uses of AuthenticationRuleOrBuilder in com.google.api
Classes in com.google.api that implement AuthenticationRuleOrBuilder Modifier and Type Class Description classAuthenticationRuleAuthentication rules for the service.static classAuthenticationRule.BuilderAuthentication rules for the service.Methods in com.google.api that return AuthenticationRuleOrBuilder Modifier and Type Method Description AuthenticationRuleOrBuilderAuthentication.Builder. getRulesOrBuilder(int index)A list of authentication rules that apply to individual API methods.AuthenticationRuleOrBuilderAuthentication. getRulesOrBuilder(int index)A list of authentication rules that apply to individual API methods.AuthenticationRuleOrBuilderAuthenticationOrBuilder. getRulesOrBuilder(int index)A list of authentication rules that apply to individual API methods.Methods in com.google.api that return types with arguments of type AuthenticationRuleOrBuilder Modifier and Type Method Description java.util.List<? extends AuthenticationRuleOrBuilder>Authentication.Builder. getRulesOrBuilderList()A list of authentication rules that apply to individual API methods.java.util.List<? extends AuthenticationRuleOrBuilder>Authentication. getRulesOrBuilderList()A list of authentication rules that apply to individual API methods.java.util.List<? extends AuthenticationRuleOrBuilder>AuthenticationOrBuilder. getRulesOrBuilderList()A list of authentication rules that apply to individual API methods.
-