A generic empty message that can be re-used to avoid defining duplicated empty messages in your
APIs. A typical example is to use it as the response type of an API method.
[[["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 `EmptyMessage` class within the `com.google.api.gax.httpjson` package, which is a generic, reusable empty message for APIs."],["The latest available version documented is 2.63.1, with a history of other versions dating back to 2.7.1, each with their own documentation link."],["`EmptyMessage` implements the `ApiMessage` interface and inherits several methods from the `Object` class, including `equals()`, `hashCode()`, and `toString()`."],["The class offers static methods like `getDefaultInstance()`, `newBuilder()`, and `newBuilder(EmptyMessage prototype)` for creating instances."],["Specific methods include `getApiMessageRequestBody()`, `getFieldMask()`, `getFieldValue(String fieldName)`, `toBuilder()` which are essential for working with the `EmptyMessage` class."]]],[]]