[[["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-02 UTC."],[[["The `FixedHeaderProvider` class, part of the `com.google.api.gax.rpc` package, is designed to consistently provide the same set of headers for HTTP requests."],["This class is an abstract implementation of `HeaderProvider` and `Serializable`, inheriting from `java.lang.Object`."],["The `FixedHeaderProvider` class offers two static methods for creating instances: `create(String[] keyValuePairs)` and `create(Map\u003cString,String\u003e headers)`, which facilitate the setup of fixed header values."],["The `getHeaders()` method, which must be implemented by subclasses, is responsible for returning the fixed headers as a `Map\u003cString,String\u003e`."],["The content provides documentation for multiple versions of the FixedHeaderProvider, from version 2.7.1 all the way up to the latest 2.63.1."]]],[]]