[[["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, which is a part of the Google API Client Library for Java (gax) and provides a way to consistently apply the same headers to outgoing HTTP requests."],["The most recent version of the `FixedHeaderProvider` documented is 2.63.1, with the webpage listing links to the documentation for many previous versions dating back to version 2.7.1."],["The `FixedHeaderProvider` class implements both `HeaderProvider` and `Serializable` interfaces and inherits from the `java.lang.Object` class."],["The class offers static methods, `create(String[] keyValuePairs)` and `create(Map\u003cString,String\u003e headers)`, which allows for the creation of a `FixedHeaderProvider` using either an array of key-value pairs or a map of string to string."],["The main method of the `FixedHeaderProvider` is `getHeaders()`, which is an abstract method meant to be inherited and implemented, that returns a `Map\u003cString,String\u003e` containing the headers to be applied to the HTTP requests."]]],[]]