public interface BackendOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRules(int index)
public abstract BackendRule getRules(int index)A list of API backend rules that apply to individual API methods.
NOTE: All service configuration rules follow "last one wins" order.
repeated .google.api.BackendRule rules = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
BackendRule |
|
getRulesCount()
public abstract int getRulesCount()A list of API backend rules that apply to individual API methods.
NOTE: All service configuration rules follow "last one wins" order.
repeated .google.api.BackendRule rules = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getRulesList()
public abstract List<BackendRule> getRulesList()A list of API backend rules that apply to individual API methods.
NOTE: All service configuration rules follow "last one wins" order.
repeated .google.api.BackendRule rules = 1;
| Returns | |
|---|---|
| Type | Description |
List<BackendRule> |
|
getRulesOrBuilder(int index)
public abstract BackendRuleOrBuilder getRulesOrBuilder(int index)A list of API backend rules that apply to individual API methods.
NOTE: All service configuration rules follow "last one wins" order.
repeated .google.api.BackendRule rules = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
BackendRuleOrBuilder |
|
getRulesOrBuilderList()
public abstract List<? extends BackendRuleOrBuilder> getRulesOrBuilderList()A list of API backend rules that apply to individual API methods.
NOTE: All service configuration rules follow "last one wins" order.
repeated .google.api.BackendRule rules = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.api.BackendRuleOrBuilder> |
|