[[["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 within the Google API Client Library for Java (version 2.36.0), with a list of available versions ranging from 2.63.1 (latest) down to 2.7.1."],["`FixedHeaderProvider` is a `HeaderProvider` that consistently supplies the same HTTP headers and is also serializable."],["The class offers two static methods, `create(String[] keyValuePairs)` and `create(Map\u003cString,String\u003e headers)`, which allow for the creation of a `FixedHeaderProvider` instance using key-value pairs or a map of headers, respectively."],["The `getHeaders()` abstract method within `FixedHeaderProvider` is used to retrieve the headers to be added to HTTP requests, returning them as a `Map\u003cString,String\u003e`."],["`FixedHeaderProvider` inherits several methods from `java.lang.Object`, including `clone`, `equals`, and `hashCode`, among others."]]],[]]