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 webpage provides reference documentation for the `ValidateSchemaRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET."],["The latest version of the Google.Cloud.PubSub.V1 library is 3.23.0, with multiple past versions also accessible, ranging from 2.3.0 to 3.22.0."],["`ValidateSchemaRequest` is used to construct requests for the `ValidateSchema` method and implements various interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `ValidateSchemaRequest` class includes properties such as `Parent`, which is the project name, and `Schema`, which is the schema object to be validated."],["The information includes details about the class constructors, inherited members, namespace, and assembly, as well as linked documentation for related types and methods."]]],[]]