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 classPathRuleA path-matching rule for a URL.static classPathRule.BuilderA path-matching rule for a URL.Methods in com.google.cloud.compute.v1 that return PathRuleOrBuilder Modifier and Type Method Description PathRuleOrBuilderPathMatcher.Builder. getPathRulesOrBuilder(int index)The list of path rules.PathRuleOrBuilderPathMatcher. getPathRulesOrBuilder(int index)The list of path rules.PathRuleOrBuilderPathMatcherOrBuilder. 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.
-