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-17 UTC."],[[["The webpage provides documentation for the `EmptyMessage` class within the `com.google.api.gax.httpjson` package, showing versions ranging from 2.7.1 up to the latest 2.63.1."],["`EmptyMessage` is a generic, reusable class designed to represent empty messages, commonly used as a response type in APIs to avoid redundant definitions of empty messages."],["The `EmptyMessage` class implements the `ApiMessage` interface and inherits from `Object`, with several inherited members such as `clone()`, `equals(Object)`, and `hashCode()`."],["The documentation details static methods like `getDefaultInstance()`, `newBuilder()`, and `newBuilder(EmptyMessage prototype)` for creating instances, as well as instance methods including `equals(Object other)`, `getApiMessageRequestBody()`, `getFieldMask()`, `getFieldValue(String fieldName)`, `hashCode()`, `toBuilder()`, and `toString()`."],["The class offers the ability to obtain an instance of it with `getDefaultInstance()`, or a builder with either `newBuilder()` or `newBuilder(EmptyMessage prototype)`."]]],[]]