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-04-09 UTC."],[[["This webpage provides documentation for the `ValidateSchemaResponse` class within the `Google.Cloud.PubSub.V1` namespace, detailing its implementation and inheritance."],["The `ValidateSchemaResponse` class serves as the response type for the `ValidateSchema` method in the Google Cloud Pub/Sub API, though it's noted as currently being empty."],["The page lists numerous versions of the `Google.Cloud.PubSub.V1` package, ranging from version 2.3.0 to the latest 3.23.0, with each version linking to its respective documentation for `ValidateSchemaResponse`."],["`ValidateSchemaResponse` implements `IMessage\u003cValidateSchemaResponse\u003e`, `IEquatable\u003cValidateSchemaResponse\u003e`, `IDeepCloneable\u003cValidateSchemaResponse\u003e`, `IBufferMessage`, and `IMessage`, and also shows the base inheritance of the Object class."],["The class provides two constructors, a default parameterless constructor and another that accepts an existing `ValidateSchemaResponse` object for copying."]]],[]]