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."],[[["The latest version available is 2.63.1, with a comprehensive list of previous versions down to 2.7.1 accessible for reference, all related to the `EmptyMessage` class."],["The `EmptyMessage` class is a generic, reusable message designed to prevent the need for defining multiple empty message types within APIs, commonly used as a response type."],["This class, `EmptyMessage`, implements `ApiMessage` and inherits members and methods from the `Object` class, including functionalities like `equals()`, `hashCode()`, and `toString()`."],["The `EmptyMessage` class offers static methods for obtaining a default instance (`getDefaultInstance()`) and creating new builders for `EmptyMessage` objects (`newBuilder()`)."],["It includes methods to interact with its fields, including `getApiMessageRequestBody()`, `getFieldMask()`, `getFieldValue()`, as well as the method `toBuilder()` to allow for building new objects."]]],[]]