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."],[[["The webpage provides documentation for the `ValidateSchemaRequest` class within the `Google.Cloud.PubSub.V1` namespace, detailing its usage and structure across multiple versions."],["The latest version documented for `ValidateSchemaRequest` is 3.23.0, and a comprehensive list of versions ranging from 3.23.0 down to 2.3.0 is available, providing access to their respective documentations."],["The `ValidateSchemaRequest` class is a request object for the `ValidateSchema` method, and it inherits from the `Object` class while implementing several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ValidateSchemaRequest` class include `Parent` (a string representing the project name) and `Schema` (the schema object to be validated), with the `Parent` property also having a `ProjectName`-typed view, `ParentAsProjectName`."],["The documentation provides access to the available constructors for the `ValidateSchemaRequest` object, along with details on the methods and properties inherited from the `Object` class."]]],[]]