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 latest version of the Google.Cloud.PubSub.V1 library is 3.23.0, with numerous previous versions dating back to 2.3.0."],["This document details the `ValidateSchemaRequest` class, which is part of the Google Cloud Pub/Sub v1 API and used to request schema validation."],["The `ValidateSchemaRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations like deep cloning and buffer management."],["The class includes properties such as `Parent`, which is the project name for validation, and `Schema`, which represents the schema object itself, both required fields."],["The `ValidateSchemaRequest` can be instantiated with a parameterless constructor or by providing another `ValidateSchemaRequest` object in the constructor, enabling the creation of objects with pre-existing states."]]],[]]