Uses of Interface
com.google.cloud.compute.v1.HttpRouteRuleOrBuilder
-
Packages that use HttpRouteRuleOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of HttpRouteRuleOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement HttpRouteRuleOrBuilder Modifier and Type Class Description class
HttpRouteRule
The HttpRouteRule setting specifies how to match an HTTP request and the corresponding routing action that load balancing proxies perform.static class
HttpRouteRule.Builder
The HttpRouteRule setting specifies how to match an HTTP request and the corresponding routing action that load balancing proxies perform.Methods in com.google.cloud.compute.v1 that return HttpRouteRuleOrBuilder Modifier and Type Method Description HttpRouteRuleOrBuilder
PathMatcher.Builder. getRouteRulesOrBuilder(int index)
The list of HTTP route rules.HttpRouteRuleOrBuilder
PathMatcher. getRouteRulesOrBuilder(int index)
The list of HTTP route rules.HttpRouteRuleOrBuilder
PathMatcherOrBuilder. getRouteRulesOrBuilder(int index)
The list of HTTP route rules.Methods in com.google.cloud.compute.v1 that return types with arguments of type HttpRouteRuleOrBuilder Modifier and Type Method Description List<? extends HttpRouteRuleOrBuilder>
PathMatcher.Builder. getRouteRulesOrBuilderList()
The list of HTTP route rules.List<? extends HttpRouteRuleOrBuilder>
PathMatcher. getRouteRulesOrBuilderList()
The list of HTTP route rules.List<? extends HttpRouteRuleOrBuilder>
PathMatcherOrBuilder. getRouteRulesOrBuilderList()
The list of HTTP route rules.
-