[[["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 `HttpJsonCallOptions.Builder` class in the Google API Client Library for Java, specifically within the `com.google.api.gax.httpjson` package."],["The latest version of the `HttpJsonCallOptions.Builder` documentation is 2.63.1, with links provided to documentation for many previous versions, going all the way back to 2.7.1."],["The `HttpJsonCallOptions.Builder` class allows for configuration of HTTP/JSON call options, and it inherits methods like `clone()`, `equals()`, and `toString()` from `java.lang.Object`."],["Key methods provided by `HttpJsonCallOptions.Builder` include `build()`, `setCredentials()`, `setDeadlineInstant()`, `setTimeoutDuration()`, and `setTypeRegistry()`, allowing configuration of credentials, deadlines, timeouts, and type registries for HTTP/JSON calls."],["The `setDeadline` and `setTimeout` methods are marked as obsolete, with recommendations to use `setDeadlineInstant` and `setTimeoutDuration`, respectively, instead."]]],[]]