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."],[[["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."]]],[]]