[[["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-03-21 UTC."],[[["This webpage provides documentation for the `GrpcHeaderInterceptor` class, used for handling custom headers in gRPC communication within the Google API Client Library for Java."],["The `GrpcHeaderInterceptor` class implements the `ClientInterceptor` interface from the `io.grpc` package, enabling it to intercept and modify gRPC calls."],["The documentation lists available versions of the `GrpcHeaderInterceptor` class, ranging from version 2.63.1 (latest) down to 2.7.1, allowing users to find documentation for their specified dependency version."],["The class has a constructor `GrpcHeaderInterceptor(Map\u003cString,String\u003e staticHeaders)` for instantiating the class, that accepts a map of headers that will be static for all requests."],["It includes methods such as `interceptCall` for intercepting gRPC calls and `getUserAgentHeader` for retrieving the user-agent header, in addition to methods inherited from `java.lang.Object`."]]],[]]