PathMatcher.Builder |
PathMatcher.Builder.addAllPathRules(Iterable<? extends PathRule> values) |
The list of path rules.
|
PathMatcher.Builder |
PathMatcher.Builder.addAllRouteRules(Iterable<? extends HttpRouteRule> values) |
The list of HTTP route rules.
|
PathMatcher.Builder |
UrlMap.Builder.addPathMatchersBuilder() |
The list of named PathMatchers to use against the URL.
|
PathMatcher.Builder |
UrlMap.Builder.addPathMatchersBuilder(int index) |
The list of named PathMatchers to use against the URL.
|
PathMatcher.Builder |
PathMatcher.Builder.addPathRules(int index,
PathRule value) |
The list of path rules.
|
PathMatcher.Builder |
PathMatcher.Builder.addPathRules(int index,
PathRule.Builder builderForValue) |
The list of path rules.
|
PathMatcher.Builder |
PathMatcher.Builder.addPathRules(PathRule value) |
The list of path rules.
|
PathMatcher.Builder |
PathMatcher.Builder.addPathRules(PathRule.Builder builderForValue) |
The list of path rules.
|
PathMatcher.Builder |
PathMatcher.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
PathMatcher.Builder |
PathMatcher.Builder.addRouteRules(int index,
HttpRouteRule value) |
The list of HTTP route rules.
|
PathMatcher.Builder |
PathMatcher.Builder.addRouteRules(int index,
HttpRouteRule.Builder builderForValue) |
The list of HTTP route rules.
|
PathMatcher.Builder |
PathMatcher.Builder.addRouteRules(HttpRouteRule value) |
The list of HTTP route rules.
|
PathMatcher.Builder |
PathMatcher.Builder.addRouteRules(HttpRouteRule.Builder builderForValue) |
The list of HTTP route rules.
|
PathMatcher.Builder |
PathMatcher.Builder.clear() |
|
PathMatcher.Builder |
PathMatcher.Builder.clearDefaultRouteAction() |
defaultRouteAction takes effect when none of the pathRules or routeRules match.
|
PathMatcher.Builder |
PathMatcher.Builder.clearDefaultService() |
The full or partial URL to the BackendService resource.
|
PathMatcher.Builder |
PathMatcher.Builder.clearDefaultUrlRedirect() |
When none of the specified pathRules or routeRules match, the request is redirected to a URL specified by defaultUrlRedirect.
|
PathMatcher.Builder |
PathMatcher.Builder.clearDescription() |
An optional description of this resource.
|
PathMatcher.Builder |
PathMatcher.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
PathMatcher.Builder |
PathMatcher.Builder.clearHeaderAction() |
Specifies changes to request and response headers that need to take effect for the selected backend service.
|
PathMatcher.Builder |
PathMatcher.Builder.clearName() |
The name to which this PathMatcher is referred by the HostRule.
|
PathMatcher.Builder |
PathMatcher.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
PathMatcher.Builder |
PathMatcher.Builder.clearPathRules() |
The list of path rules.
|
PathMatcher.Builder |
PathMatcher.Builder.clearRouteRules() |
The list of HTTP route rules.
|
PathMatcher.Builder |
PathMatcher.Builder.clone() |
|
PathMatcher.Builder |
UrlMap.Builder.getPathMatchersBuilder(int index) |
The list of named PathMatchers to use against the URL.
|
PathMatcher.Builder |
PathMatcher.Builder.mergeDefaultRouteAction(HttpRouteAction value) |
defaultRouteAction takes effect when none of the pathRules or routeRules match.
|
PathMatcher.Builder |
PathMatcher.Builder.mergeDefaultUrlRedirect(HttpRedirectAction value) |
When none of the specified pathRules or routeRules match, the request is redirected to a URL specified by defaultUrlRedirect.
|
PathMatcher.Builder |
PathMatcher.Builder.mergeFrom(PathMatcher other) |
|
PathMatcher.Builder |
PathMatcher.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
PathMatcher.Builder |
PathMatcher.Builder.mergeFrom(com.google.protobuf.Message other) |
|
PathMatcher.Builder |
PathMatcher.Builder.mergeHeaderAction(HttpHeaderAction value) |
Specifies changes to request and response headers that need to take effect for the selected backend service.
|
PathMatcher.Builder |
PathMatcher.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static PathMatcher.Builder |
PathMatcher.newBuilder() |
|
static PathMatcher.Builder |
PathMatcher.newBuilder(PathMatcher prototype) |
|
PathMatcher.Builder |
PathMatcher.newBuilderForType() |
|
protected PathMatcher.Builder |
PathMatcher.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
PathMatcher.Builder |
PathMatcher.Builder.removePathRules(int index) |
The list of path rules.
|
PathMatcher.Builder |
PathMatcher.Builder.removeRouteRules(int index) |
The list of HTTP route rules.
|
PathMatcher.Builder |
PathMatcher.Builder.setDefaultRouteAction(HttpRouteAction value) |
defaultRouteAction takes effect when none of the pathRules or routeRules match.
|
PathMatcher.Builder |
PathMatcher.Builder.setDefaultRouteAction(HttpRouteAction.Builder builderForValue) |
defaultRouteAction takes effect when none of the pathRules or routeRules match.
|
PathMatcher.Builder |
PathMatcher.Builder.setDefaultService(String value) |
The full or partial URL to the BackendService resource.
|
PathMatcher.Builder |
PathMatcher.Builder.setDefaultServiceBytes(com.google.protobuf.ByteString value) |
The full or partial URL to the BackendService resource.
|
PathMatcher.Builder |
PathMatcher.Builder.setDefaultUrlRedirect(HttpRedirectAction value) |
When none of the specified pathRules or routeRules match, the request is redirected to a URL specified by defaultUrlRedirect.
|
PathMatcher.Builder |
PathMatcher.Builder.setDefaultUrlRedirect(HttpRedirectAction.Builder builderForValue) |
When none of the specified pathRules or routeRules match, the request is redirected to a URL specified by defaultUrlRedirect.
|
PathMatcher.Builder |
PathMatcher.Builder.setDescription(String value) |
An optional description of this resource.
|
PathMatcher.Builder |
PathMatcher.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) |
An optional description of this resource.
|
PathMatcher.Builder |
PathMatcher.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
PathMatcher.Builder |
PathMatcher.Builder.setHeaderAction(HttpHeaderAction value) |
Specifies changes to request and response headers that need to take effect for the selected backend service.
|
PathMatcher.Builder |
PathMatcher.Builder.setHeaderAction(HttpHeaderAction.Builder builderForValue) |
Specifies changes to request and response headers that need to take effect for the selected backend service.
|
PathMatcher.Builder |
PathMatcher.Builder.setName(String value) |
The name to which this PathMatcher is referred by the HostRule.
|
PathMatcher.Builder |
PathMatcher.Builder.setNameBytes(com.google.protobuf.ByteString value) |
The name to which this PathMatcher is referred by the HostRule.
|
PathMatcher.Builder |
PathMatcher.Builder.setPathRules(int index,
PathRule value) |
The list of path rules.
|
PathMatcher.Builder |
PathMatcher.Builder.setPathRules(int index,
PathRule.Builder builderForValue) |
The list of path rules.
|
PathMatcher.Builder |
PathMatcher.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
PathMatcher.Builder |
PathMatcher.Builder.setRouteRules(int index,
HttpRouteRule value) |
The list of HTTP route rules.
|
PathMatcher.Builder |
PathMatcher.Builder.setRouteRules(int index,
HttpRouteRule.Builder builderForValue) |
The list of HTTP route rules.
|
PathMatcher.Builder |
PathMatcher.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
PathMatcher.Builder |
PathMatcher.toBuilder() |
|