| Modifier and Type | Method and Description |
|---|---|
UrlRewrite.Builder |
UrlRewrite.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UrlRewrite.Builder |
UrlRewrite.Builder.clear() |
UrlRewrite.Builder |
UrlRewrite.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
UrlRewrite.Builder |
UrlRewrite.Builder.clearHostRewrite()
Before forwarding the request to the selected service, the request's host header is replaced with contents of hostRewrite.
|
UrlRewrite.Builder |
UrlRewrite.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
UrlRewrite.Builder |
UrlRewrite.Builder.clearPathPrefixRewrite()
Before forwarding the request to the selected backend service, the matching portion of the request's path is replaced by pathPrefixRewrite.
|
UrlRewrite.Builder |
UrlRewrite.Builder.clearPathTemplateRewrite()
If specified, the pattern rewrites the URL path (based on the :path header) using the HTTP template syntax.
|
UrlRewrite.Builder |
UrlRewrite.Builder.clone() |
UrlRewrite.Builder |
HttpRouteAction.Builder.getUrlRewriteBuilder()
The spec to modify the URL of the request, before forwarding the request to the matched service. urlRewrite is the only action supported in UrlMaps for classic Application Load Balancers.
|
UrlRewrite.Builder |
UrlRewrite.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
UrlRewrite.Builder |
UrlRewrite.Builder.mergeFrom(com.google.protobuf.Message other) |
UrlRewrite.Builder |
UrlRewrite.Builder.mergeFrom(UrlRewrite other) |
UrlRewrite.Builder |
UrlRewrite.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static UrlRewrite.Builder |
UrlRewrite.newBuilder() |
static UrlRewrite.Builder |
UrlRewrite.newBuilder(UrlRewrite prototype) |
UrlRewrite.Builder |
UrlRewrite.newBuilderForType() |
protected UrlRewrite.Builder |
UrlRewrite.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
UrlRewrite.Builder |
UrlRewrite.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UrlRewrite.Builder |
UrlRewrite.Builder.setHostRewrite(String value)
Before forwarding the request to the selected service, the request's host header is replaced with contents of hostRewrite.
|
UrlRewrite.Builder |
UrlRewrite.Builder.setHostRewriteBytes(com.google.protobuf.ByteString value)
Before forwarding the request to the selected service, the request's host header is replaced with contents of hostRewrite.
|
UrlRewrite.Builder |
UrlRewrite.Builder.setPathPrefixRewrite(String value)
Before forwarding the request to the selected backend service, the matching portion of the request's path is replaced by pathPrefixRewrite.
|
UrlRewrite.Builder |
UrlRewrite.Builder.setPathPrefixRewriteBytes(com.google.protobuf.ByteString value)
Before forwarding the request to the selected backend service, the matching portion of the request's path is replaced by pathPrefixRewrite.
|
UrlRewrite.Builder |
UrlRewrite.Builder.setPathTemplateRewrite(String value)
If specified, the pattern rewrites the URL path (based on the :path header) using the HTTP template syntax.
|
UrlRewrite.Builder |
UrlRewrite.Builder.setPathTemplateRewriteBytes(com.google.protobuf.ByteString value)
If specified, the pattern rewrites the URL path (based on the :path header) using the HTTP template syntax.
|
UrlRewrite.Builder |
UrlRewrite.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
UrlRewrite.Builder |
UrlRewrite.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
UrlRewrite.Builder |
UrlRewrite.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
HttpRouteAction.Builder |
HttpRouteAction.Builder.setUrlRewrite(UrlRewrite.Builder builderForValue)
The spec to modify the URL of the request, before forwarding the request to the matched service. urlRewrite is the only action supported in UrlMaps for classic Application Load Balancers.
|
Copyright © 2025 Google LLC. All rights reserved.