[[["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 `HttpJsonCallOptions.Builder` class within the Google API Client Library for Java, specifically for version 2.60.0."],["The `HttpJsonCallOptions.Builder` class is used to build `HttpJsonCallOptions` objects, allowing users to configure options for HTTP/JSON API calls, and it has inherited members from the Object class, as shown."],["The page lists various versions of the library, including the latest version (2.63.1) and provides links to the documentation for each specific release, and it allows a user to find past versions."],["The `HttpJsonCallOptions.Builder` class provides methods to set credentials, deadline (both `Instant` and `org.threeten.bp.Instant`), timeout (both `Duration` and `org.threeten.bp.Duration`), and type registry for HTTP/JSON API calls, along with a `build()` method to create the final object."],["Some of the methods for setting the deadline and timeout are obsolete and are recommended to be replaced with `setDeadlineInstant` and `setTimeoutDuration` methods respectively."]]],[]]