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 within the Google.Cloud.PubSub.V1 library, specifically for .NET, providing documentation for its usage."],["The `DeleteSchemaRequest` class is used to request the deletion of a schema, implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers a constructor with no parameters and a constructor that accepts another `DeleteSchemaRequest` instance for cloning, along with a property named `Name` to define the schema's resource path."],["The documentation covers versions from 2.3.0 up to the latest 3.23.0 of the library, and provides links to the corresponding documentation for each individual version."],["It also provides a `SchemaName` property, which is a typed view of the `Name` resource property, to provide a simplified method to interact with."]]],[]]