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."],[[["The `TargetSslProxiesSetProxyHeaderRequest` class is a part of the `Google.Cloud.Compute.V1` namespace, specifically found within the `Google.Cloud.Compute.V1.dll` assembly."],["This class is used to set the proxy header for target SSL proxies, and the available options for the `ProxyHeader` property are \"NONE\" or \"PROXY_V1\"."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the Google Cloud Compute V1 package is version 3.6.0, with versions ranging from 1.0.0 up to the latest being available."],["There are two constructors, one being empty, the other taking another `TargetSslProxiesSetProxyHeaderRequest` as an argument."]]],[]]