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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 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`."]]],[]]