public sealed class DeleteSchemaRequest : IMessage<DeleteSchemaRequest>, IEquatable<DeleteSchemaRequest>, IDeepCloneable<DeleteSchemaRequest>, IBufferMessage, IMessage
[[["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 page details the `DeleteSchemaRequest` class, which is used to request the deletion of a schema within the Google Cloud Pub/Sub service."],["The class is part of the `Google.Cloud.PubSub.V1` namespace and is implemented in the `Google.Cloud.PubSub.V1.dll` assembly."],["The latest version for this is `3.23.0`, and there are also multiple older versions of this class available, from `3.22.0` down to `2.3.0`."],["The `DeleteSchemaRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteSchemaRequest` class contains properties such as `Name` (a string representing the schema name) and `SchemaName` (a `SchemaName` object that is a typed view of the `Name` property), to handle the deletion operation."]]],[]]