[[["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, part of the `com.google.api.gax.grpc` package, with the most recent version being 2.63.1."],["The `GrpcHeaderInterceptor` class is designed to handle custom headers and implements the `io.grpc.ClientInterceptor` interface for internal usage."],["It offers one constructor, `GrpcHeaderInterceptor(Map\u003cString,String\u003e staticHeaders)`, which accepts a map of static headers as a parameter."],["The `interceptCall` method allows intercepting method calls, it requires a `MethodDescriptor`, `CallOptions`, and `Channel` and returns a `ClientCall`."],["It has a method, `getUserAgentHeader()`, which returns a `String`."]]],[]]