public interface AuthenticationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getProviders(int index)
public abstract AuthProvider getProviders(int index)Defines a set of authentication providers that a service supports.
repeated .google.api.AuthProvider providers = 4;
| Name | Description |
| index | int |
| Type | Description |
| AuthProvider |
getProvidersCount()
public abstract int getProvidersCount()Defines a set of authentication providers that a service supports.
repeated .google.api.AuthProvider providers = 4;
| Type | Description |
| int |
getProvidersList()
public abstract List<AuthProvider> getProvidersList()Defines a set of authentication providers that a service supports.
repeated .google.api.AuthProvider providers = 4;
| Type | Description |
| List<AuthProvider> |
getProvidersOrBuilder(int index)
public abstract AuthProviderOrBuilder getProvidersOrBuilder(int index)Defines a set of authentication providers that a service supports.
repeated .google.api.AuthProvider providers = 4;
| Name | Description |
| index | int |
| Type | Description |
| AuthProviderOrBuilder |
getProvidersOrBuilderList()
public abstract List<? extends AuthProviderOrBuilder> getProvidersOrBuilderList()Defines a set of authentication providers that a service supports.
repeated .google.api.AuthProvider providers = 4;
| Type | Description |
| List<? extends com.google.api.AuthProviderOrBuilder> |
getRules(int index)
public abstract 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;
| Name | Description |
| index | int |
| Type | Description |
| AuthenticationRule |
getRulesCount()
public abstract 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;
| Type | Description |
| int |
getRulesList()
public abstract 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;
| Type | Description |
| List<AuthenticationRule> |
getRulesOrBuilder(int index)
public abstract 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;
| Name | Description |
| index | int |
| Type | Description |
| AuthenticationRuleOrBuilder |
getRulesOrBuilderList()
public abstract 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;
| Type | Description |
| List<? extends com.google.api.AuthenticationRuleOrBuilder> |