public sealed class ValidateSchemaRequest : IMessage<ValidateSchemaRequest>, IEquatable<ValidateSchemaRequest>, IDeepCloneable<ValidateSchemaRequest>, IBufferMessage, IMessage
[[["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 `ValidateSchemaRequest` class within the `Google.Cloud.PubSub.V1` namespace, detailing its properties, constructors, and implemented interfaces."],["The `ValidateSchemaRequest` class is part of the Google Cloud Pub/Sub .NET library, with the latest version being 3.23.0, and it is designed for use with the `ValidateSchema` method."],["The documentation covers the implementation details, including the inheritance hierarchy, inherited members, and the `ValidateSchemaRequest` class’s requirement for a `Parent` property (project name) and a `Schema` property (schema object)."],["This page lists the different versions of the library, starting with the oldest version 2.3.0, up to the latest version, 3.23.0, with each linked to their respective documentation pages."],["`ValidateSchemaRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and includes two constructors: a default constructor and one that takes another `ValidateSchemaRequest` as a parameter."]]],[]]