[[["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-09 UTC."],[[["The latest version available for `GrpcHeaderInterceptor` is 2.63.1, but there is a list of versions to navigate between, starting at 2.63.1 and going down to version 2.7.1."],["`GrpcHeaderInterceptor` is a class that implements the `ClientInterceptor` interface, and is used to handle custom headers within gRPC calls."],["The class `GrpcHeaderInterceptor` can be instantiated using a constructor that accepts a `Map` of static headers, specifically a `Map\u003cString, String\u003e`."],["The `interceptCall` method within `GrpcHeaderInterceptor` allows for the interception of gRPC calls, taking `MethodDescriptor`, `CallOptions`, and `Channel` as parameters."],["There is also a `getUserAgentHeader` method that returns a `String`, however no additional details were given as to what this contains."]]],[]]