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 within the `Google.Cloud.PubSub.V1` namespace, used for requests to delete a schema."],["The page provides a list of available versions, with version 3.23.0 being the latest and links provided for each down to 2.3.0."],["The `DeleteSchemaRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `DeleteSchemaRequest` include `Name`, which is a string representing the schema name to delete, and `SchemaName`, a typed view over the resource name property."],["The `DeleteSchemaRequest` class features two constructors: a default parameterless one, and another that accepts an existing `DeleteSchemaRequest` instance to copy values from."]]],[]]