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-24 UTC."],[[["The `TargetSslProxiesSetProxyHeaderRequest` class is available in the `Google.Cloud.Compute.V1` namespace, within the Google.Cloud.Compute.V1.dll assembly."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class offers two constructors: a default constructor `TargetSslProxiesSetProxyHeaderRequest()` and a copy constructor `TargetSslProxiesSetProxyHeaderRequest(TargetSslProxiesSetProxyHeaderRequest other)`."],["It has two primary properties: `HasProxyHeader`, which indicates if the \"proxy_header\" field is set, and `ProxyHeader`, which sets the type of proxy header to be appended, with values allowed being NONE or PROXY_V1."],["The provided data gives a detailed list of the different versions available for this class, the most recent being version 3.6.0, but with versions going all the way down to version 1.0.0."]]],[]]