[[["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 `FixedHeaderProvider` class in the Google API Client Library for Java (GAX), detailing its functionality for consistently providing the same headers."],["The latest version of `FixedHeaderProvider` is 2.63.1, with a comprehensive list of previous versions available, dating back to 2.7.1."],["`FixedHeaderProvider` is an abstract class that implements both `HeaderProvider` and `Serializable` interfaces, with its primary function being to supply a fixed set of headers for HTTP requests."],["Static methods `create(String[] keyValuePairs)` and `create(Map\u003cString,String\u003e headers)` are available to instantiate `FixedHeaderProvider` instances with predefined headers."],["The abstract method `getHeaders()` must be implemented to define and return the specific headers as a map of string key-value pairs, which will be included in each request."]]],[]]