Prior to forwarding the request to the selected service, the request's host header is replaced with contents of hostRewrite. The value must be between 1 and 255 characters.
Prior to forwarding the request to the selected backend service, the matching portion of the request's path is replaced by pathPrefixRewrite. The value must be between 1 and 1024 characters.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-31 UTC."],[[["This webpage details the `UrlRewrite` class within the `Google.Cloud.Compute.V1` namespace, which is used to modify the request path before it's sent to the backend service."],["The `UrlRewrite` class has properties to rewrite the host header (`HostRewrite`) and the path prefix (`PathPrefixRewrite`) of an HTTP request."],["The class is available in multiple versions, ranging from 1.0.0 to 3.6.0, with 3.6.0 being the latest release in the series."],["The `UrlRewrite` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation provides information about the constructors of the class, including the default constructor and a constructor that takes another `UrlRewrite` object as a parameter."]]],[]]