[[["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 available for the `GrpcHeaderInterceptor` is 2.63.1, as part of the larger version 2.19.6."],["The `GrpcHeaderInterceptor` class is an interceptor that implements `io.grpc.ClientInterceptor` and handles custom headers."],["It provides a constructor `GrpcHeaderInterceptor(Map\u003cString,String\u003e staticHeaders)` that accepts a map of string key-value pairs."],["The `interceptCall` method in `GrpcHeaderInterceptor` allows for the interception of calls, taking `MethodDescriptor`, `CallOptions`, and `Channel` as arguments."],["The `getUserAgentHeader` method is available, returning a String that describes the user agent header."]]],[]]