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 provides documentation for the `ValidateSchemaResponse` class within the `Google.Cloud.PubSub.V1` namespace, detailing its implementation and inheritance."],["The most recent version of `ValidateSchemaResponse` is 3.23.0, and the page provides a comprehensive list of previous versions, ranging back to version 2.3.0."],["The `ValidateSchemaResponse` class is a response type for the `ValidateSchema` method and currently returns an empty response."],["The `ValidateSchemaResponse` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The available constructors for the `ValidateSchemaResponse` class are a parameterless constructor and a copy constructor that takes another `ValidateSchemaResponse` instance as a parameter."]]],[]]