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 UrlRewriteUrlRewrite.Builder. build()UrlRewriteUrlRewrite.Builder. buildPartial()static UrlRewriteUrlRewrite. getDefaultInstance()UrlRewriteUrlRewrite.Builder. getDefaultInstanceForType()UrlRewriteUrlRewrite. getDefaultInstanceForType()UrlRewriteHttpRouteAction.Builder. getUrlRewrite()The spec to modify the URL of the request, before forwarding the request to the matched service.UrlRewriteHttpRouteAction. getUrlRewrite()The spec to modify the URL of the request, before forwarding the request to the matched service.UrlRewriteHttpRouteActionOrBuilder. getUrlRewrite()The spec to modify the URL of the request, before forwarding the request to the matched service.static UrlRewriteUrlRewrite. parseDelimitedFrom(InputStream input)static UrlRewriteUrlRewrite. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UrlRewriteUrlRewrite. parseFrom(byte[] data)static UrlRewriteUrlRewrite. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UrlRewriteUrlRewrite. parseFrom(com.google.protobuf.ByteString data)static UrlRewriteUrlRewrite. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UrlRewriteUrlRewrite. parseFrom(com.google.protobuf.CodedInputStream input)static UrlRewriteUrlRewrite. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UrlRewriteUrlRewrite. parseFrom(InputStream input)static UrlRewriteUrlRewrite. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UrlRewriteUrlRewrite. parseFrom(ByteBuffer data)static UrlRewriteUrlRewrite. 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.BuilderUrlRewrite.Builder. mergeFrom(UrlRewrite other)HttpRouteAction.BuilderHttpRouteAction.Builder. mergeUrlRewrite(UrlRewrite value)The spec to modify the URL of the request, before forwarding the request to the matched service.static UrlRewrite.BuilderUrlRewrite. newBuilder(UrlRewrite prototype)HttpRouteAction.BuilderHttpRouteAction.Builder. setUrlRewrite(UrlRewrite value)The spec to modify the URL of the request, before forwarding the request to the matched service.
-