public sealed class ValidateSchemaRequest : IMessage<ValidateSchemaRequest>, IEquatable<ValidateSchemaRequest>, IDeepCloneable<ValidateSchemaRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class ValidateSchemaRequest.
[[["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 `ValidateSchemaRequest` class is part of the Google Cloud Pub/Sub v1 API and is used to validate schemas."],["This class is available in multiple versions, ranging from 2.3.0 to the latest, 3.23.0, for the .NET library."],["It inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffering."],["It contains properties such as `Parent`, which specifies the project for validation, `ParentAsProjectName`, which is a typed view of the `Parent`, and `Schema`, which is the schema object to validate."],["The document contains the reference documentation for this class, in addition to the constructors and inherited members for the `ValidateSchemaRequest` class."]]],[]]