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