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-21 UTC."],[[["This page provides reference documentation for the `ValidateSchemaRequest` class within the Google Cloud Pub/Sub v1 API for .NET."],["The `ValidateSchemaRequest` class is used to send requests for validating schemas in the Cloud Pub/Sub service, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists documentation for various versions of the Google Cloud Pub/Sub V1 API, ranging from version 2.3.0 up to the latest version of 3.23.0."],["The `ValidateSchemaRequest` class has properties such as `Parent`, which specifies the project to validate schemas, and `Schema`, which contains the schema object to validate."],["There are two constructors provided for creating a `ValidateSchemaRequest` instance, one that is parameterless, and another that accepts an existing instance."]]],[]]