[[["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."],[[["This webpage provides documentation for the `GrpcHeaderInterceptor` class, which is a client interceptor designed to manage custom headers in gRPC communications."],["The `GrpcHeaderInterceptor` class implements the `io.grpc.ClientInterceptor` interface and inherits from `java.lang.Object`."],["The constructor `GrpcHeaderInterceptor(Map\u003cString,String\u003e staticHeaders)` is available to initialize the interceptor with a map of static headers."],["The `interceptCall` method handles the interception of gRPC calls, taking a method descriptor, call options, and a channel as parameters, returning a `ClientCall`."],["The `getUserAgentHeader` method, which is available in the `GrpcHeaderInterceptor` class, returns a String value of the user agent header."]]],[]]