public interface RoutingRuleOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRoutingParameters(int index)
public abstract RoutingParameter getRoutingParameters(int index) A collection of Routing Parameter specifications.
NOTE: If multiple Routing Parameters describe the same key
(via the path_template field or via the field field when
path_template is not provided), "last one wins" rule
determines which Parameter gets used.
See the examples for more details.
repeated .google.api.RoutingParameter routing_parameters = 2;
| Name | Description |
| index | int |
| Type | Description |
| RoutingParameter |
getRoutingParametersCount()
public abstract int getRoutingParametersCount() A collection of Routing Parameter specifications.
NOTE: If multiple Routing Parameters describe the same key
(via the path_template field or via the field field when
path_template is not provided), "last one wins" rule
determines which Parameter gets used.
See the examples for more details.
repeated .google.api.RoutingParameter routing_parameters = 2;
| Type | Description |
| int |
getRoutingParametersList()
public abstract List<RoutingParameter> getRoutingParametersList() A collection of Routing Parameter specifications.
NOTE: If multiple Routing Parameters describe the same key
(via the path_template field or via the field field when
path_template is not provided), "last one wins" rule
determines which Parameter gets used.
See the examples for more details.
repeated .google.api.RoutingParameter routing_parameters = 2;
| Type | Description |
| List<RoutingParameter> |
getRoutingParametersOrBuilder(int index)
public abstract RoutingParameterOrBuilder getRoutingParametersOrBuilder(int index) A collection of Routing Parameter specifications.
NOTE: If multiple Routing Parameters describe the same key
(via the path_template field or via the field field when
path_template is not provided), "last one wins" rule
determines which Parameter gets used.
See the examples for more details.
repeated .google.api.RoutingParameter routing_parameters = 2;
| Name | Description |
| index | int |
| Type | Description |
| RoutingParameterOrBuilder |
getRoutingParametersOrBuilderList()
public abstract List<? extends RoutingParameterOrBuilder> getRoutingParametersOrBuilderList() A collection of Routing Parameter specifications.
NOTE: If multiple Routing Parameters describe the same key
(via the path_template field or via the field field when
path_template is not provided), "last one wins" rule
determines which Parameter gets used.
See the examples for more details.
repeated .google.api.RoutingParameter routing_parameters = 2;
| Type | Description |
| List<? extends com.google.api.RoutingParameterOrBuilder> |