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 `ValidateMessageResponse` class is currently an empty response for the `ValidateMessage` method, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of `ValidateMessageResponse` is 3.23.0, with a range of previous versions from 3.22.0 all the way back to 2.3.0 provided for reference, and version 2.10.0 being the currently selected one."],["`ValidateMessageResponse` inherits from the base `Object` class, containing methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class provides two constructors, a parameterless constructor and another taking a `ValidateMessageResponse` object for copying."]]],[]]