Before forwarding the request to the selected service, the request's host header is replaced with contents of hostRewrite. The value must be from 1 to 255 characters.
Before forwarding the request to the selected backend service, the matching portion of the request's path is replaced by pathPrefixRewrite. The value must be from 1 to 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-04-02 UTC."],[[["The `UrlRewrite` class is designed to modify the path of a request before it is sent to a matched backend service."],["This class allows rewriting the host header of a request using the `HostRewrite` property, which must be between 1 and 255 characters in length."],["It also supports replacing the matching portion of a request's path with the `PathPrefixRewrite` property, which must be between 1 and 1024 characters long."],["The `UrlRewrite` class is part of the `Google.Cloud.Compute.V1` namespace and is available across multiple versions, with the latest being 3.6.0 and the earliest being 1.0.0."],["The class implements multiple interfaces, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` , enhancing its functionality and compatibility."]]],[]]