[[["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 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."]]],[]]