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 PathMatcherPathMatcher.Builder. build()PathMatcherPathMatcher.Builder. buildPartial()static PathMatcherPathMatcher. getDefaultInstance()PathMatcherPathMatcher.Builder. getDefaultInstanceForType()PathMatcherPathMatcher. getDefaultInstanceForType()PathMatcherUrlMap.Builder. getPathMatchers(int index)The list of named PathMatchers to use against the URL.PathMatcherUrlMap. getPathMatchers(int index)The list of named PathMatchers to use against the URL.PathMatcherUrlMapOrBuilder. getPathMatchers(int index)The list of named PathMatchers to use against the URL.static PathMatcherPathMatcher. parseDelimitedFrom(InputStream input)static PathMatcherPathMatcher. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PathMatcherPathMatcher. parseFrom(byte[] data)static PathMatcherPathMatcher. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PathMatcherPathMatcher. parseFrom(com.google.protobuf.ByteString data)static PathMatcherPathMatcher. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PathMatcherPathMatcher. parseFrom(com.google.protobuf.CodedInputStream input)static PathMatcherPathMatcher. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PathMatcherPathMatcher. parseFrom(InputStream input)static PathMatcherPathMatcher. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PathMatcherPathMatcher. parseFrom(ByteBuffer data)static PathMatcherPathMatcher. 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.BuilderUrlMap.Builder. addPathMatchers(int index, PathMatcher value)The list of named PathMatchers to use against the URL.UrlMap.BuilderUrlMap.Builder. addPathMatchers(PathMatcher value)The list of named PathMatchers to use against the URL.PathMatcher.BuilderPathMatcher.Builder. mergeFrom(PathMatcher other)static PathMatcher.BuilderPathMatcher. newBuilder(PathMatcher prototype)UrlMap.BuilderUrlMap.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.BuilderUrlMap.Builder. addAllPathMatchers(Iterable<? extends PathMatcher> values)The list of named PathMatchers to use against the URL.
-