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, with the latest version being 3.23.0."],["The `ValidateSchemaRequest` class is used to request validation of a schema and inherits from `Object` while implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties like `Parent`, representing the project name in which the schema is to be validated, and `Schema`, which represents the schema object to be validated."],["The page also includes a full list of all the versions for the `Google.Cloud.PubSub.V1.ValidateSchemaRequest`, ranging from version 2.3.0 to the latest 3.23.0."],["The listed documentation describes two constructors for the `ValidateSchemaRequest`, one taking no arguments, and one taking another `ValidateSchemaRequest` instance as a parameter."]]],[]]