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 webpage details the `EmptyMessage` class within the `com.google.api.gax.httpjson` package, which is designed as a generic empty message for re-use across APIs."],["The `EmptyMessage` class implements the `ApiMessage` interface and inherits from `Object`, providing methods for common functionalities such as `equals`, `hashCode`, and `toString`."],["The latest version of this component is `2.63.1` and the provided documentation details a list of versions, ranging from the latest release to version `2.7.1`."],["The class offers static methods like `getDefaultInstance`, `newBuilder`, and `newBuilder(EmptyMessage prototype)` for easy creation of `EmptyMessage` instances and builders."],["It provides methods to interact with its fields, like `getFieldValue`, `getFieldMask`, and `getApiMessageRequestBody`, as well as the ability to convert to a builder using `toBuilder`."]]],[]]