[[["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-08-07 UTC."],[[["The `HttpHeader` class represents an HTTP header and is part of the `Google.Rpc` namespace in the `Google.Api.CommonProtos.dll` assembly."],["It implements interfaces such as `IMessage`, `IEquatable\u003cHttpHeader\u003e`, `IDeepCloneable\u003cHttpHeader\u003e`, and `IBufferMessage`, providing methods for message handling, equality checks, deep cloning, and buffer operations."],["`HttpHeader` instances are created with constructors that initialize an empty header or copy from an existing `HttpHeader` instance."],["The `HttpHeader` class features `Key` and `Value` properties, allowing for the setting and retrieval of the HTTP header's key and its associated value."],["The class includes methods like `Clone()`, `Equals()`, `GetHashCode()`, `MergeFrom()`, `ToString()`, and `WriteTo()`, enabling operations such as object duplication, equality testing, hash code generation, data merging, string representation, and data writing."]]],[]]