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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]