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-03-31 UTC."],[[["The `UrlRewrite` class is designed to modify the path of a request before it's sent to the matched backend service."],["This class allows for rewriting the host header of a request using the `HostRewrite` property, supporting values between 1 and 255 characters."],["The `PathPrefixRewrite` property enables modification of the request path prefix, accepting values between 1 and 1024 characters."],["It implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for functionality related to message handling, equality checks, deep cloning, and buffer management."],["This content provides a list of versions, from 1.0.0 to the latest 3.6.0 of the `Google.Cloud.Compute.V1.UrlRewrite` class."]]],[]]