[[["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, with many prior versions listed dating back to version 2.7.1."],["`GrpcHeaderInterceptor` is a class that implements `io.grpc.ClientInterceptor` and is designed for handling custom headers."],["It includes a constructor `GrpcHeaderInterceptor(Map\u003cString,String\u003e staticHeaders)` that accepts a map of string key-value pairs as `staticHeaders`."],["The class provides an `interceptCall` method for intercepting calls, which accepts a `MethodDescriptor`, `CallOptions`, and a `Channel` as parameters, and returns a `ClientCall`."],["The `getUserAgentHeader()` method, is available to provide a String value return."]]],[]]