public sealed class ValidateSchemaResponse : IMessage<ValidateSchemaResponse>, IEquatable<ValidateSchemaResponse>, IDeepCloneable<ValidateSchemaResponse>, IBufferMessage, IMessage
Response for the ValidateSchema 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-31 UTC."],[[["This webpage details the `ValidateSchemaResponse` class within the `Google.Cloud.PubSub.V1` namespace, specifically for .NET development."],["The latest version available is 3.23.0, with a list of previous versions ranging down to 2.3.0, all accessible via their corresponding documentation links."],["`ValidateSchemaResponse` is currently an empty response for the `ValidateSchema` method, but it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes standard inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["There are two constructors for the `ValidateSchemaResponse` class: one default and one that takes another `ValidateSchemaResponse` object as a parameter for copying."]]],[]]