[[["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."],[[["This webpage provides documentation for the `GrpcHeaderInterceptor` class, which is a client interceptor designed to manage custom headers in gRPC communication."],["The `GrpcHeaderInterceptor` class implements the `io.grpc.ClientInterceptor` interface and is intended for internal usage within the package."],["The documentation lists available versions, ranging from version 2.63.1 (latest) down to 2.7.1, of the `GrpcHeaderInterceptor` class."],["The class has one constructor, `GrpcHeaderInterceptor(Map\u003cString,String\u003e staticHeaders)`, which accepts a map of string key-value pairs as static headers."],["The class has two methods: `\u003cReqT,RespT\u003einterceptCall(MethodDescriptor\u003cReqT,RespT\u003e method, CallOptions callOptions, Channel next)` which returns a ClientCall, and `getUserAgentHeader()` which returns a string."]]],[]]