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 usage in .NET."],["The latest version documented is 3.23.0, and the page includes links to documentation for prior versions, ranging from 3.22.0 down to 2.3.0, all for `ValidateSchemaRequest`."],["`ValidateSchemaRequest` is used for validating schemas and is part of the Google Cloud Pub/Sub library, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `ValidateSchemaRequest` include `Parent` (the project name where schemas are validated) and `Schema` (the actual schema object for validation)."],["The `ValidateSchemaRequest` class includes two constructors, one parameterless and another for creating a new instance based on an existing `ValidateSchemaRequest` object."]]],[]]