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;
| Name | Description |
| index | int |
| 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;
| 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;
| 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;
| Name | Description |
| index | int |
| 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;
| Type | Description |
| List<? extends com.google.api.BackendRuleOrBuilder> |