public sealed class ValidateMessageResponse : IMessage<ValidateMessageResponse>, IEquatable<ValidateMessageResponse>, IDeepCloneable<ValidateMessageResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class ValidateMessageResponse.
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-04-09 UTC."],[[["This page provides documentation for the `ValidateMessageResponse` class within the Google Cloud Pub/Sub v1 API, specifically for .NET."],["The latest version documented is 3.23.0, but there are many older versions available, down to 2.3.0, for different points of reference, and this page is currently viewing version 3.10.1."],["The `ValidateMessageResponse` class is currently empty, serving as a response type for the `ValidateMessage` method."],["The class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, giving insight to the structure and usage of the class."],["The documentation showcases that the `ValidateMessageResponse` class offers two constructors, one default and one accepting another `ValidateMessageResponse` object as a parameter for creating new objects."]]],[]]