Uses of Class
com.google.cloud.compute.v1.UrlRewrite
-
Packages that use UrlRewrite Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of UrlRewrite in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return UrlRewrite Modifier and Type Method Description UrlRewrite
UrlRewrite.Builder. build()
UrlRewrite
UrlRewrite.Builder. buildPartial()
static UrlRewrite
UrlRewrite. getDefaultInstance()
UrlRewrite
UrlRewrite.Builder. getDefaultInstanceForType()
UrlRewrite
UrlRewrite. getDefaultInstanceForType()
UrlRewrite
HttpRouteAction.Builder. getUrlRewrite()
The spec to modify the URL of the request, before forwarding the request to the matched service.UrlRewrite
HttpRouteAction. 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(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)
static UrlRewrite
UrlRewrite. parseFrom(ByteBuffer data)
static UrlRewrite
UrlRewrite. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type UrlRewrite Modifier and Type Method Description com.google.protobuf.Parser<UrlRewrite>
UrlRewrite. getParserForType()
static com.google.protobuf.Parser<UrlRewrite>
UrlRewrite. parser()
Methods in com.google.cloud.compute.v1 with parameters of type UrlRewrite Modifier and Type Method 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.
-