[[["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 the `HttpJsonOperationSnapshot.Builder` class within the `com.google.api.gax.httpjson` package, with the latest version being 2.63.1 and version 2.38.0 being the main displayed version."],["The `HttpJsonOperationSnapshot.Builder` class inherits from the `Object` class, with inherited methods such as `clone()`, `equals()`, `getClass()`, `hashCode()`, `toString()`, and `wait()`."],["The `Builder` class offers a constructor `Builder()` and several methods, including `build()` to create an `HttpJsonOperationSnapshot`, and `setDone()`, `setError()`, `setMetadata()`, `setName()`, and `setResponse()` to configure its properties."],["The `setError()` method lets you set both an `httpStatus` (integer) and `errorMessage` (String) to indicate an error state, while the `setMetadata()` and `setResponse()` methods let you set the relevant information as an `Object`."],["The `build()` method will return a `HttpJsonOperationSnapshot` type, while the rest of the methods described will return an `HttpJsonOperationSnapshot.Builder`."]]],[]]