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-04-09 UTC."],[[["This page provides documentation for the `EmptyMessage` class within the `com.google.api.gax.httpjson` package, with the latest version being 2.63.1."],["`EmptyMessage` is a generic class that implements `ApiMessage` and can be used as a placeholder for empty messages within APIs, such as a response type."],["The class includes static methods like `getDefaultInstance()`, `newBuilder()`, and `newBuilder(EmptyMessage prototype)` for creating instances and builders."],["`EmptyMessage` includes methods for standard object operations like `equals()`, `hashCode()`, `toString()`, and also includes specific methods such as `getApiMessageRequestBody()`, `getFieldMask()`, and `getFieldValue()`."],["There are multiple versions of this class available, ranging from 2.7.1 to 2.63.1, offering different updates."]]],[]]