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 details the `ValidateSchemaRequest` class within the `Google.Cloud.PubSub.V1` namespace, specifically version 2.10.0 of the library, and has a dropdown list with all available versions."],["The `ValidateSchemaRequest` class is a request object used for the `ValidateSchema` method, inheriting from `Object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors: a default `ValidateSchemaRequest()` and another that takes a `ValidateSchemaRequest` object for copying, `ValidateSchemaRequest(ValidateSchemaRequest other)`."],["It features two properties that utilize the name of the project, `Parent` and `ParentAsProjectName` which is a typed view of the `Parent`, in addition to `Schema`, which is the schema object that needs validation."],["The content provides links to various versions, ranging from 3.23.0 (latest) down to 2.3.0, with each version linking to the `ValidateSchemaRequest` documentation."]]],[]]