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 webpage details the `DeleteSchemaRequest` class, which is used to request the deletion of a schema within the Google Cloud Pub/Sub service."],["The content provides a historical list of versions for the Google.Cloud.PubSub.V1 library, ranging from version 2.3.0 up to the latest 3.23.0, with the focus of this specific page being on version 2.8.0."],["`DeleteSchemaRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the `Object` class."],["The `DeleteSchemaRequest` class has two constructors and includes two properties, `Name` (a string) and `SchemaName` (a `SchemaName` type), where `Name` is the formatted name of the schema to be deleted."]]],[]]