Uses of Interface
com.google.cloud.compute.v1.PathRuleOrBuilder
-
Packages that use PathRuleOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of PathRuleOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement PathRuleOrBuilder Modifier and Type Class Description class
PathRule
A path-matching rule for a URL.static class
PathRule.Builder
A path-matching rule for a URL.Methods in com.google.cloud.compute.v1 that return PathRuleOrBuilder Modifier and Type Method Description PathRuleOrBuilder
PathMatcher.Builder. getPathRulesOrBuilder(int index)
The list of path rules.PathRuleOrBuilder
PathMatcher. getPathRulesOrBuilder(int index)
The list of path rules.PathRuleOrBuilder
PathMatcherOrBuilder. getPathRulesOrBuilder(int index)
The list of path rules.Methods in com.google.cloud.compute.v1 that return types with arguments of type PathRuleOrBuilder Modifier and Type Method Description List<? extends PathRuleOrBuilder>
PathMatcher.Builder. getPathRulesOrBuilderList()
The list of path rules.List<? extends PathRuleOrBuilder>
PathMatcher. getPathRulesOrBuilderList()
The list of path rules.List<? extends PathRuleOrBuilder>
PathMatcherOrBuilder. getPathRulesOrBuilderList()
The list of path rules.
-