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-21 UTC."],[[["This webpage provides documentation for the `ValidateSchemaResponse` class within the `Google.Cloud.PubSub.V1` namespace, detailing its implementation and usage across multiple versions."],["The `ValidateSchemaResponse` class is a response type for the `ValidateSchema` method and is currently empty, it inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are multiple versions of the `Google.Cloud.PubSub.V1` library available, ranging from version 2.3.0 to the latest 3.23.0, each with its own documentation for `ValidateSchemaResponse`."],["The `ValidateSchemaResponse` class has two constructors: a default one and another one that accepts an existing `ValidateSchemaResponse` instance, allowing for creating a copy."],["The page details inherited members from the base `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]