Uses of Interface
com.google.cloud.compute.v1.HttpRouteRuleMatchOrBuilder
-
Packages that use HttpRouteRuleMatchOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of HttpRouteRuleMatchOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement HttpRouteRuleMatchOrBuilder Modifier and Type Class Description class
HttpRouteRuleMatch
HttpRouteRuleMatch specifies a set of criteria for matching requests to an HttpRouteRule.static class
HttpRouteRuleMatch.Builder
HttpRouteRuleMatch specifies a set of criteria for matching requests to an HttpRouteRule.Methods in com.google.cloud.compute.v1 that return HttpRouteRuleMatchOrBuilder Modifier and Type Method Description HttpRouteRuleMatchOrBuilder
HttpRouteRule.Builder. getMatchRulesOrBuilder(int index)
The list of criteria for matching attributes of a request to this routeRule.HttpRouteRuleMatchOrBuilder
HttpRouteRule. getMatchRulesOrBuilder(int index)
The list of criteria for matching attributes of a request to this routeRule.HttpRouteRuleMatchOrBuilder
HttpRouteRuleOrBuilder. getMatchRulesOrBuilder(int index)
The list of criteria for matching attributes of a request to this routeRule.Methods in com.google.cloud.compute.v1 that return types with arguments of type HttpRouteRuleMatchOrBuilder Modifier and Type Method Description List<? extends HttpRouteRuleMatchOrBuilder>
HttpRouteRule.Builder. getMatchRulesOrBuilderList()
The list of criteria for matching attributes of a request to this routeRule.List<? extends HttpRouteRuleMatchOrBuilder>
HttpRouteRule. getMatchRulesOrBuilderList()
The list of criteria for matching attributes of a request to this routeRule.List<? extends HttpRouteRuleMatchOrBuilder>
HttpRouteRuleOrBuilder. getMatchRulesOrBuilderList()
The list of criteria for matching attributes of a request to this routeRule.
-