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 development."],["The `ValidateSchemaRequest` class is used to make requests for the `ValidateSchema` method, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API documented here is 3.23.0, with documentation available for versions ranging from 2.3.0 up to this most recent version, covering 31 previous iterations."],["The `ValidateSchemaRequest` class has properties for `Parent`, which specifies the project to validate the schemas within, and `Schema`, which is the actual schema object being validated, both of which are required for the request."],["The class offers two constructors, a parameterless one and one that accepts another instance of `ValidateSchemaRequest` as a parameter."]]],[]]