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 class
AuthenticationRule
Authentication rules for the service.static class
AuthenticationRule.Builder
Authentication rules for the service.Methods in com.google.api that return AuthenticationRuleOrBuilder Modifier and Type Method Description AuthenticationRuleOrBuilder
Authentication.Builder. getRulesOrBuilder(int index)
A list of authentication rules that apply to individual API methods.AuthenticationRuleOrBuilder
Authentication. getRulesOrBuilder(int index)
A list of authentication rules that apply to individual API methods.AuthenticationRuleOrBuilder
AuthenticationOrBuilder. 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.
-