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 page provides documentation for the `DeleteSchemaRequest` class within the `Google.Cloud.PubSub.V1` namespace, detailing its usage in deleting schemas."],["It lists various versions of the `Google.Cloud.PubSub.V1` package, ranging from 2.3.0 to the latest version, 3.23.0, and each links to its respective `DeleteSchemaRequest` documentation."],["`DeleteSchemaRequest` inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing the different functionalities that it supports."],["The `DeleteSchemaRequest` class includes properties such as `Name` (a string representing the schema's name to delete) and `SchemaName` (a typed view over the Name property)."],["The documentation includes two constructors, a default one, and one that take another `DeleteSchemaRequest` as an argument."]]],[]]