| Modifier and Type | Method and Description |
|---|---|
PathRule.Builder |
PathRule.Builder.addAllPaths(Iterable<String> values)
The list of path patterns to match.
|
PathRule.Builder |
PathMatcher.Builder.addPathRulesBuilder()
The list of path rules.
|
PathRule.Builder |
PathMatcher.Builder.addPathRulesBuilder(int index)
The list of path rules.
|
PathRule.Builder |
PathRule.Builder.addPaths(String value)
The list of path patterns to match.
|
PathRule.Builder |
PathRule.Builder.addPathsBytes(com.google.protobuf.ByteString value)
The list of path patterns to match.
|
PathRule.Builder |
PathRule.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PathRule.Builder |
PathRule.Builder.clear() |
PathRule.Builder |
PathRule.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
PathRule.Builder |
PathRule.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
PathRule.Builder |
PathRule.Builder.clearPaths()
The list of path patterns to match.
|
PathRule.Builder |
PathRule.Builder.clearRouteAction()
In response to a matching path, the load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend.
|
PathRule.Builder |
PathRule.Builder.clearService()
The full or partial URL of the backend service resource to which traffic is directed if this rule is matched.
|
PathRule.Builder |
PathRule.Builder.clearUrlRedirect()
When a path pattern is matched, the request is redirected to a URL specified by urlRedirect.
|
PathRule.Builder |
PathRule.Builder.clone() |
PathRule.Builder |
PathMatcher.Builder.getPathRulesBuilder(int index)
The list of path rules.
|
PathRule.Builder |
PathRule.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PathRule.Builder |
PathRule.Builder.mergeFrom(com.google.protobuf.Message other) |
PathRule.Builder |
PathRule.Builder.mergeFrom(PathRule other) |
PathRule.Builder |
PathRule.Builder.mergeRouteAction(HttpRouteAction value)
In response to a matching path, the load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend.
|
PathRule.Builder |
PathRule.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PathRule.Builder |
PathRule.Builder.mergeUrlRedirect(HttpRedirectAction value)
When a path pattern is matched, the request is redirected to a URL specified by urlRedirect.
|
static PathRule.Builder |
PathRule.newBuilder() |
static PathRule.Builder |
PathRule.newBuilder(PathRule prototype) |
PathRule.Builder |
PathRule.newBuilderForType() |
protected PathRule.Builder |
PathRule.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
PathRule.Builder |
PathRule.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PathRule.Builder |
PathRule.Builder.setPaths(int index,
String value)
The list of path patterns to match.
|
PathRule.Builder |
PathRule.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
PathRule.Builder |
PathRule.Builder.setRouteAction(HttpRouteAction.Builder builderForValue)
In response to a matching path, the load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend.
|
PathRule.Builder |
PathRule.Builder.setRouteAction(HttpRouteAction value)
In response to a matching path, the load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend.
|
PathRule.Builder |
PathRule.Builder.setService(String value)
The full or partial URL of the backend service resource to which traffic is directed if this rule is matched.
|
PathRule.Builder |
PathRule.Builder.setServiceBytes(com.google.protobuf.ByteString value)
The full or partial URL of the backend service resource to which traffic is directed if this rule is matched.
|
PathRule.Builder |
PathRule.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PathRule.Builder |
PathRule.Builder.setUrlRedirect(HttpRedirectAction.Builder builderForValue)
When a path pattern is matched, the request is redirected to a URL specified by urlRedirect.
|
PathRule.Builder |
PathRule.Builder.setUrlRedirect(HttpRedirectAction value)
When a path pattern is matched, the request is redirected to a URL specified by urlRedirect.
|
PathRule.Builder |
PathRule.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<PathRule.Builder> |
PathMatcher.Builder.getPathRulesBuilderList()
The list of path rules.
|
| Modifier and Type | Method and Description |
|---|---|
PathMatcher.Builder |
PathMatcher.Builder.addPathRules(int index,
PathRule.Builder builderForValue)
The list of path rules.
|
PathMatcher.Builder |
PathMatcher.Builder.addPathRules(PathRule.Builder builderForValue)
The list of path rules.
|
PathMatcher.Builder |
PathMatcher.Builder.setPathRules(int index,
PathRule.Builder builderForValue)
The list of path rules.
|
Copyright © 2023 Google LLC. All rights reserved.