Uses of Class
com.google.cloud.compute.v1.PathMatcher
-
Packages that use PathMatcher Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of PathMatcher in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return PathMatcher Modifier and Type Method Description PathMatcher
PathMatcher.Builder. build()
PathMatcher
PathMatcher.Builder. buildPartial()
static PathMatcher
PathMatcher. getDefaultInstance()
PathMatcher
PathMatcher.Builder. getDefaultInstanceForType()
PathMatcher
PathMatcher. getDefaultInstanceForType()
PathMatcher
UrlMap.Builder. getPathMatchers(int index)
The list of named PathMatchers to use against the URL.PathMatcher
UrlMap. getPathMatchers(int index)
The list of named PathMatchers to use against the URL.PathMatcher
UrlMapOrBuilder. getPathMatchers(int index)
The list of named PathMatchers to use against the URL.static PathMatcher
PathMatcher. parseDelimitedFrom(InputStream input)
static PathMatcher
PathMatcher. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PathMatcher
PathMatcher. parseFrom(byte[] data)
static PathMatcher
PathMatcher. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PathMatcher
PathMatcher. parseFrom(com.google.protobuf.ByteString data)
static PathMatcher
PathMatcher. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PathMatcher
PathMatcher. parseFrom(com.google.protobuf.CodedInputStream input)
static PathMatcher
PathMatcher. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PathMatcher
PathMatcher. parseFrom(InputStream input)
static PathMatcher
PathMatcher. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PathMatcher
PathMatcher. parseFrom(ByteBuffer data)
static PathMatcher
PathMatcher. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type PathMatcher Modifier and Type Method Description com.google.protobuf.Parser<PathMatcher>
PathMatcher. getParserForType()
List<PathMatcher>
UrlMap.Builder. getPathMatchersList()
The list of named PathMatchers to use against the URL.List<PathMatcher>
UrlMap. getPathMatchersList()
The list of named PathMatchers to use against the URL.List<PathMatcher>
UrlMapOrBuilder. getPathMatchersList()
The list of named PathMatchers to use against the URL.static com.google.protobuf.Parser<PathMatcher>
PathMatcher. parser()
Methods in com.google.cloud.compute.v1 with parameters of type PathMatcher Modifier and Type Method Description UrlMap.Builder
UrlMap.Builder. addPathMatchers(int index, PathMatcher value)
The list of named PathMatchers to use against the URL.UrlMap.Builder
UrlMap.Builder. addPathMatchers(PathMatcher value)
The list of named PathMatchers to use against the URL.PathMatcher.Builder
PathMatcher.Builder. mergeFrom(PathMatcher other)
static PathMatcher.Builder
PathMatcher. newBuilder(PathMatcher prototype)
UrlMap.Builder
UrlMap.Builder. setPathMatchers(int index, PathMatcher value)
The list of named PathMatchers to use against the URL.Method parameters in com.google.cloud.compute.v1 with type arguments of type PathMatcher Modifier and Type Method Description UrlMap.Builder
UrlMap.Builder. addAllPathMatchers(Iterable<? extends PathMatcher> values)
The list of named PathMatchers to use against the URL.
-