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-02 UTC."],[[["This webpage details the `EmptyMessage` class, a generic class for use in APIs to avoid creating duplicated empty messages, which implements the `ApiMessage` interface."],["The page provides a list of available versions, with version 2.63.1 being the latest release available in the list, and several older version numbers available for reference."],["The `EmptyMessage` class inherits from `Object` and includes inherited methods like `clone()`, `equals()`, and `hashCode()`, among others, from the parent `Object` class."],["The class offers static methods such as `getDefaultInstance()`, `newBuilder()`, and `newBuilder(EmptyMessage prototype)` to create and manage instances."],["The methods of the class such as `equals(Object other)`, `getApiMessageRequestBody()`, `getFieldMask()`, `getFieldValue(String fieldName)`, `hashCode()`, `toBuilder()` and `toString()` are detailed in the document."]]],[]]