[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 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."]]],[]]