[[["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."],[[["This webpage provides documentation for the `FixedHeaderProvider` class within the Google API Client Library for Java, specifically for version 2.32.1, with links to other versions as well."],["The `FixedHeaderProvider` class is an abstract implementation of the `HeaderProvider` interface, ensuring that the same HTTP request headers are consistently used."],["This class can be instantiated through `create` methods, supporting both `String[]` key-value pair arrays and `Map\u003cString, String\u003e` for header definitions."],["The core function of the class is implemented in the `getHeaders()` method which returns the headers that will be added to the HTTP requests as a `Map\u003cString,String\u003e`."],["It inherits from the `Object` class and has the ability to implement `HeaderProvider` and `Serializable` interfaces."]]],[]]