public sealed class ValidateMessageResponse : IMessage<ValidateMessageResponse>, IEquatable<ValidateMessageResponse>, IDeepCloneable<ValidateMessageResponse>, IBufferMessage, IMessage
Response for the ValidateMessage method.
Empty for now.
[[["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 `ValidateMessageResponse` class within the `Google.Cloud.PubSub.V1` namespace, specifically for .NET development."],["The latest version available is 3.23.0, with the page providing links to documentation for previous versions all the way back to 2.3.0, along with a version 2.8.0 label at the top."],["The `ValidateMessageResponse` class currently has an empty response, is derived from `Object`, and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor `ValidateMessageResponse()` and a copy constructor `ValidateMessageResponse(ValidateMessageResponse other)`."],["The webpage also list the inherited members from the `Object` class, including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]