| Modifier and Type | Method and Description |
|---|---|
UrlRewrite |
UrlRewrite.Builder.build() |
UrlRewrite |
UrlRewrite.Builder.buildPartial() |
static UrlRewrite |
UrlRewrite.getDefaultInstance() |
UrlRewrite |
UrlRewrite.getDefaultInstanceForType() |
UrlRewrite |
UrlRewrite.Builder.getDefaultInstanceForType() |
UrlRewrite |
HttpRouteAction.getUrlRewrite()
The spec to modify the URL of the request, before forwarding the request to the matched service.
|
UrlRewrite |
HttpRouteAction.Builder.getUrlRewrite()
The spec to modify the URL of the request, before forwarding the request to the matched service.
|
UrlRewrite |
HttpRouteActionOrBuilder.getUrlRewrite()
The spec to modify the URL of the request, before forwarding the request to the matched service.
|
static UrlRewrite |
UrlRewrite.parseDelimitedFrom(InputStream input) |
static UrlRewrite |
UrlRewrite.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UrlRewrite |
UrlRewrite.parseFrom(byte[] data) |
static UrlRewrite |
UrlRewrite.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UrlRewrite |
UrlRewrite.parseFrom(ByteBuffer data) |
static UrlRewrite |
UrlRewrite.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UrlRewrite |
UrlRewrite.parseFrom(com.google.protobuf.ByteString data) |
static UrlRewrite |
UrlRewrite.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UrlRewrite |
UrlRewrite.parseFrom(com.google.protobuf.CodedInputStream input) |
static UrlRewrite |
UrlRewrite.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UrlRewrite |
UrlRewrite.parseFrom(InputStream input) |
static UrlRewrite |
UrlRewrite.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<UrlRewrite> |
UrlRewrite.getParserForType() |
static com.google.protobuf.Parser<UrlRewrite> |
UrlRewrite.parser() |
| Modifier and Type | Method and Description |
|---|---|
UrlRewrite.Builder |
UrlRewrite.Builder.mergeFrom(UrlRewrite other) |
HttpRouteAction.Builder |
HttpRouteAction.Builder.mergeUrlRewrite(UrlRewrite value)
The spec to modify the URL of the request, before forwarding the request to the matched service.
|
static UrlRewrite.Builder |
UrlRewrite.newBuilder(UrlRewrite prototype) |
HttpRouteAction.Builder |
HttpRouteAction.Builder.setUrlRewrite(UrlRewrite value)
The spec to modify the URL of the request, before forwarding the request to the matched service.
|
Copyright © 2023 Google LLC. All rights reserved.