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 the .NET environment, and version 3.2.0 is described here, however many other versions are listed."],["The `ValidateSchemaResponse` class is a response type for the `ValidateSchema` method, which is currently noted as being empty, but can be found in multiple earlier versions of the code."],["This class inherits from `Object` and implements several interfaces, including `IMessage\u003cValidateSchemaResponse\u003e`, `IEquatable\u003cValidateSchemaResponse\u003e`, `IDeepCloneable\u003cValidateSchemaResponse\u003e`, `IBufferMessage`, and `IMessage`."],["The class `ValidateSchemaResponse` has two constructors: a default constructor, and a copy constructor which takes another `ValidateSchemaResponse` object as an argument."],["A list of previous versions, from 2.3.0 to 3.23.0 are available to access for the `ValidateSchemaResponse` code documentation."]]],[]]