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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AuthProvider |
|
getProvidersCount()
public abstract int getProvidersCount()Defines a set of authentication providers that a service supports.
repeated .google.api.AuthProvider providers = 4;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.api.AuthenticationRuleOrBuilder> |
|