public sealed class FirewallAction.Types.SetHeaderAction : IMessage<FirewallAction.Types.SetHeaderAction>, IEquatable<FirewallAction.Types.SetHeaderAction>, IDeepCloneable<FirewallAction.Types.SetHeaderAction>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class FirewallAction.Types.SetHeaderAction.
A set header action sets a header and forwards the request to the
backend. This can be used to trigger custom protection implemented on the
backend.
[[["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-25 UTC."],[[["This webpage provides documentation for the `FirewallAction.Types.SetHeaderAction` class within the Google Cloud reCAPTCHA Enterprise v1 API, specifically version 2.14.0."],["`SetHeaderAction` is used to set a custom header in requests, facilitating the implementation of custom protection mechanisms on the backend."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it a robust component of the API."],["The documentation lists all available versions of the `SetHeaderAction` class, from 1.2.0 to the latest 2.17.0, and includes the properties `Key` and `Value` for defining the header's name and content, respectively."],["The `SetHeaderAction` class has two constructors: one default and one that accepts a `SetHeaderAction` parameter that allows the user to copy an existing object."]]],[]]