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 page documents the `EmptyMessage` class, a generic, reusable empty message designed for APIs to avoid defining duplicate empty message types."],["The latest version of the `EmptyMessage` class documented is 2.63.1, with various other versions available down to 2.7.1 for the `com.google.api.gax.httpjson.EmptyMessage` package."],["`EmptyMessage` implements the `ApiMessage` interface and inherits 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 and builders."],["Instance methods include, `equals()`, `getApiMessageRequestBody()`, `getFieldMask()`, `getFieldValue()`, `hashCode()`, `toBuilder()` and `toString()` providing functionality for comparison, retrieving data, and string representation."]]],[]]