[[["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 details the `FixedHeaderProvider` class within the Google API Client Library for Java, offering versioned documentation from 2.7.1 up to the latest release, 2.63.1."],["`FixedHeaderProvider` is an abstract class that implements `HeaderProvider` and `Serializable`, and is used to provide static headers for HTTP requests."],["It offers two static `create` methods for generating `FixedHeaderProvider` instances: one accepting an array of key-value string pairs, and another taking a `Map` of string keys to string values."],["The `getHeaders()` method, which must be implemented by concrete subclasses, returns a `Map` of `String` to `String` representing the headers to be added to HTTP requests."],["The `FixedHeaderProvider` class inherits several methods from `java.lang.Object` such as `clone`, `equals` and `toString`, allowing for common object operations."]]],[]]