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 webpage provides reference documentation for the `ValidateSchemaRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET developers."],["The content details the different versions of the API, with the latest being 3.23.0 and including versions all the way back to 2.3.0."],["`ValidateSchemaRequest` is a class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for schema validation within the Google Cloud Pub/Sub environment."],["The class contains properties such as `Parent` and `Schema`, which are used to define the project for validation and the schema to be validated respectively."],["There are two constructors for the class, a default constructor, and one that takes another `ValidateSchemaRequest` object as a parameter, for the purpose of creating copies of the class."]]],[]]