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 classHttpRouteRuleThe HttpRouteRule setting specifies how to match an HTTP request and the corresponding routing action that load balancing proxies perform.static classHttpRouteRule.BuilderThe 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 HttpRouteRuleOrBuilderPathMatcher.Builder. getRouteRulesOrBuilder(int index)The list of HTTP route rules.HttpRouteRuleOrBuilderPathMatcher. getRouteRulesOrBuilder(int index)The list of HTTP route rules.HttpRouteRuleOrBuilderPathMatcherOrBuilder. 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.
-