[[["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, with numerous previous versions listed, ranging down to version 2.7.1."],["GrpcHeaderInterceptor is a class that implements io.grpc.ClientInterceptor and is designed for handling custom headers."],["The class has a constructor `GrpcHeaderInterceptor(Map\u003cString,String\u003e staticHeaders)` which takes a map of string key-value pairs as `staticHeaders` to be used with the interceptor."],["The `interceptCall` method can take a `MethodDescriptor`, `CallOptions`, and a `Channel` to return a `ClientCall`."],["The `getUserAgentHeader()` method is available, and it returns a string."]]],[]]