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."],[[["The `DeleteSchemaRequest` class is used to request the deletion of a schema within the Google Cloud Pub/Sub service."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality and usability."],["The `DeleteSchemaRequest` class provides two constructors: a default constructor and another to copy another `DeleteSchemaRequest` object."],["It features properties like `Name` (a string) and `SchemaName` (a `SchemaName` object) to identify the schema to be deleted, with `Name` being the required property to specify the schema."],["The content provides a comprehensive list of versioning, with the latest version, 3.23.0, and versioning as far back as 2.3.0 all available as hyperlinks to the relevant documentation."]]],[]]