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 `ValidateSchemaRequest` class is part of the Google Cloud Pub/Sub v1 API and is used to validate schemas."],["This class is implemented through various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility."],["It has properties such as `Parent`, `ParentAsProjectName`, and `Schema`, which are essential for defining the context and the content to validate."],["The documentation covers a range of versions for this class, starting from version 2.3.0 up to the latest version 3.23.0, with version 3.14.0 being the focus version of this document."],["The `ValidateSchemaRequest` class can be instantiated using two available constructors, a default constructor and one that takes an existing `ValidateSchemaRequest` object as a parameter for copying."]]],[]]