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, detailing its various versions."],["The latest version documented is 3.6.0, and documentation spans back to version 1.0.0, offering a comprehensive history of the class's development."],["The `TargetSslProxiesSetProxyHeaderRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality within the Google Cloud .NET ecosystem."],["The class includes properties such as `HasProxyHeader` and `ProxyHeader`, which are used to manage the proxy header settings when sending data to the backend."],["The class has two constructors, a default one, and another one that takes a `TargetSslProxiesSetProxyHeaderRequest` object as a parameter, used to create a copy."]]],[]]