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."],[[["This webpage provides reference documentation for the `ValidateSchemaRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET development."],["The `ValidateSchemaRequest` class is used to request the validation of a schema and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new instances and accepts parameters like the `other` instance, which is also a `ValidateSchemaRequest`."],["Key properties of the `ValidateSchemaRequest` class are `Parent`, which specifies the project for validation in the format `projects/{project-id}`, and `Schema`, representing the schema object itself to validate."],["The page shows a list of several versions, from the latest 3.23.0 down to 2.3.0, indicating a history of the `ValidateSchemaRequest` documentation changes."]]],[]]