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 classHttpRouteRuleMatchHttpRouteRuleMatch specifies a set of criteria for matching requests to an HttpRouteRule.static classHttpRouteRuleMatch.BuilderHttpRouteRuleMatch 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 HttpRouteRuleMatchOrBuilderHttpRouteRule.Builder. getMatchRulesOrBuilder(int index)The list of criteria for matching attributes of a request to this routeRule.HttpRouteRuleMatchOrBuilderHttpRouteRule. getMatchRulesOrBuilder(int index)The list of criteria for matching attributes of a request to this routeRule.HttpRouteRuleMatchOrBuilderHttpRouteRuleOrBuilder. 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.
-