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 page provides documentation for the `DeleteSchemaRequest` class within the `Google.Cloud.PubSub.V1` namespace, detailing its properties, inheritance, and constructors."],["The latest version available for reference is 3.23.0, while this specific documentation covers version 2.9.0."],["The `DeleteSchemaRequest` class is used to formulate a request for the `DeleteSchema` method and implements various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DeleteSchemaRequest` class include `Name`, which specifies the schema to delete in the format `projects/{project}/schemas/{schema}`, and `SchemaName`, a typed view of the `Name` resource."],["There are numerous versions of the `DeleteSchemaRequest` class dating back from version 3.23.0 all the way to version 2.3.0."]]],[]]