Uses of Interface
com.google.cloud.compute.v1.PathMatcherOrBuilder
-
Packages that use PathMatcherOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of PathMatcherOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement PathMatcherOrBuilder Modifier and Type Class Description class
PathMatcher
A matcher for the path portion of the URL.static class
PathMatcher.Builder
A matcher for the path portion of the URL.Methods in com.google.cloud.compute.v1 that return PathMatcherOrBuilder Modifier and Type Method Description PathMatcherOrBuilder
UrlMap.Builder. getPathMatchersOrBuilder(int index)
The list of named PathMatchers to use against the URL.PathMatcherOrBuilder
UrlMap. getPathMatchersOrBuilder(int index)
The list of named PathMatchers to use against the URL.PathMatcherOrBuilder
UrlMapOrBuilder. getPathMatchersOrBuilder(int index)
The list of named PathMatchers to use against the URL.Methods in com.google.cloud.compute.v1 that return types with arguments of type PathMatcherOrBuilder Modifier and Type Method Description List<? extends PathMatcherOrBuilder>
UrlMap.Builder. getPathMatchersOrBuilderList()
The list of named PathMatchers to use against the URL.List<? extends PathMatcherOrBuilder>
UrlMap. getPathMatchersOrBuilderList()
The list of named PathMatchers to use against the URL.List<? extends PathMatcherOrBuilder>
UrlMapOrBuilder. getPathMatchersOrBuilderList()
The list of named PathMatchers to use against the URL.
-