public sealed class TargetSslProxiesSetProxyHeaderRequest : IMessage<TargetSslProxiesSetProxyHeaderRequest>, IEquatable<TargetSslProxiesSetProxyHeaderRequest>, IDeepCloneable<TargetSslProxiesSetProxyHeaderRequest>, IBufferMessage, IMessage
The new type of proxy header to append before sending data to the backend. NONE or PROXY_V1 are allowed.
Check the ProxyHeader enum for the list of possible values.
[[["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-21 UTC."],[[["This webpage provides documentation for the `TargetSslProxiesSetProxyHeaderRequest` class within the `Google.Cloud.Compute.V1` namespace in the .NET library."],["The `TargetSslProxiesSetProxyHeaderRequest` class is used to set the proxy header for target SSL proxies, and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines the inheritance hierarchy, constructor details, and the properties `HasProxyHeader` and `ProxyHeader`, including their types and descriptions."],["A list of available versions for this class is present, ranging from 1.0.0 to the latest release of 3.6.0, which can be navigated through its links."],["The class is contained within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]