[[["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-09 UTC."],[[["The webpage provides documentation for various versions of `HttpJsonCallOptions.Builder`, ranging from the latest version 2.63.1 down to version 2.7.1."],["`HttpJsonCallOptions.Builder` is an abstract class that inherits from `java.lang.Object` and includes inherited methods like `clone()`, `equals()`, and `wait()`."],["The `HttpJsonCallOptions.Builder` class includes methods for configuration such as `setCredentials()`, `setDeadlineInstant()`, `setTimeoutDuration()`, and `setTypeRegistry()`, each returning an `HttpJsonCallOptions.Builder`."],["The method `setDeadline` and `setTimeout` are obsolete, and should use the alternative `setDeadlineInstant` and `setTimeoutDuration` methods."],["The `build()` method returns a `HttpJsonCallOptions` type after setting the values, which is the end result of using the `Builder`."]]],[]]