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 document outlines the `DeleteSchemaRequest` class, which is used to request the deletion of a schema within the Google Cloud Pub/Sub service."],["The document provides a history of versions for `DeleteSchemaRequest`, ranging from the latest version 3.23.0 down to version 2.3.0."],["`DeleteSchemaRequest` is implemented with various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for diverse operations and comparisons."],["The primary property of the class is `Name`, which represents the name of the schema targeted for deletion, and it can be accessed directly as a string or as a `SchemaName` type."],["There are two constructors for `DeleteSchemaRequest`, one being parameterless and the other accepting another `DeleteSchemaRequest` instance to create a copy."]]],[]]