[[["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 latest version available for `GrpcHeaderInterceptor` is 2.63.1, but it has a history of versions including over 40 other versions that go as far back as 2.7.1."],["`GrpcHeaderInterceptor` is a class that implements the `ClientInterceptor` interface, and it's designed to handle custom headers within a package-private context."],["The `GrpcHeaderInterceptor` class can be initialized using the constructor `GrpcHeaderInterceptor(Map\u003cString,String\u003e staticHeaders)`, which takes a map of string keys and values as static headers."],["It has an `interceptCall` method that receives a method descriptor, call options, and a channel to create and return a `ClientCall`."],["The `getUserAgentHeader()` method can be used to retrieve the user agent header, it returns a `String` value."]]],[]]