Interface BackendOrBuilder (2.9.0)

public interface BackendOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.api.BackendRuleOrBuilder>