[[["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-04-02 UTC."],[[["The latest version of GrpcHeaderInterceptor is 2.63.1, which is part of the broader version 2.11.0."],["GrpcHeaderInterceptor is a class that implements `io.grpc.ClientInterceptor` and is designed to handle custom headers."],["The class includes a constructor, `GrpcHeaderInterceptor(Map\u003cString,String\u003e staticHeaders)`, which takes a map of string key-value pairs as parameters, to define static headers."],["It also has the method `interceptCall`, that has three parameters, `MethodDescriptor`, `CallOptions`, and `Channel`, returning a ClientCall."],["The class also provides a `getUserAgentHeader()` method, that returns a string."]]],[]]