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."],[[["This page provides reference documentation for the `ValidateSchemaRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET developers."],["The `ValidateSchemaRequest` class is used to send requests for the `ValidateSchema` method, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class contains two constructors, a default one and one that accepts another `ValidateSchemaRequest` instance for copying."],["The `ValidateSchemaRequest` class includes properties like `Parent`, which is a required string representing the project name, and `Schema`, a required property of type `Schema` that holds the schema object to validate."],["The current version for this documentation is for version 3.11.0, but it also contains documentation for versions ranging from 3.23.0 (latest) down to 2.3.0."]]],[]]