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 content provides documentation for the `ValidateSchemaRequest` class within the Google Cloud Pub/Sub v1 API, specifically focusing on version 3.19.0 and its related versions."],["`ValidateSchemaRequest` is a request object used for the `ValidateSchema` method and is part of the `Google.Cloud.PubSub.V1` namespace in the .NET library."],["The documentation includes details about the class's inheritance, the interfaces it implements, and its constructors, as well as the `Parent` and `Schema` properties."],["The document offers links to various versions, ranging from 3.23.0 (latest) down to 2.3.0, allowing for the exploration of documentation for the different versions of this class."],["The `Parent` property is a required string that denotes the project's name for schema validation, while `Schema` property indicates the required schema object that will be validated."]]],[]]