[[["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."],[[["This webpage provides documentation for the `GrpcHeaderInterceptor` class, which is a client interceptor used to manage custom headers in gRPC communications."],["The `GrpcHeaderInterceptor` class implements the `io.grpc.ClientInterceptor` interface and is designed for internal usage within the package."],["The class includes a constructor, `GrpcHeaderInterceptor(Map\u003cString,String\u003e staticHeaders)`, to initialize the interceptor with static headers using a Map object, where both the keys and values are Strings."],["The class contains an `interceptCall` method that allows for the interception of gRPC calls, taking in a method descriptor, call options, and the next channel as parameters."],["The class contains a `getUserAgentHeader` method, which returns a String."]]],[]]