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."],[[["The latest version available is 2.63.1, with a comprehensive list of versions available from 2.63.1 down to 2.7.1."],["`EmptyMessage` is a generic class in the `com.google.api.gax.httpjson` package, designed to avoid the duplication of empty messages in APIs."],["`EmptyMessage` implements the `ApiMessage` interface and inherits methods from the `Object` class, including `equals`, `hashCode`, and `toString`."],["Key methods for `EmptyMessage` include `getApiMessageRequestBody`, `getDefaultInstance`, `getFieldMask`, `getFieldValue`, `newBuilder`, and `toBuilder`, allowing for flexible interaction with the message."],["The class serves as a response type for API methods."]]],[]]