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-21 UTC."],[[["This webpage provides reference documentation for the `ValidateSchemaRequest` class within the Google Cloud Pub/Sub v1 API for .NET."],["The latest version of the `ValidateSchemaRequest` documentation is 3.23.0, with a history of versions dating back to 2.3.0, all available to browse."],["`ValidateSchemaRequest` is a request object used to validate schemas in the Cloud Pub/Sub API, as indicated in the description, and it implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes constructors for default initialization and creating a copy from an existing `ValidateSchemaRequest` instance."],["It has properties to set the `Parent` project name and a `Schema` object, with the `Parent` property being required for validating schemas."]]],[]]