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-04-09 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`, offering functionalities like message handling, equality checks, deep cloning, and buffered message operations."],["The latest version of the documentation available is for version 3.23.0, with multiple prior versions listed, from 3.22.0 down to 2.3.0, and version 2.10.0 which is the current version being documented."],["The `DeleteSchemaRequest` class has properties for specifying the schema name, both as a string and as a `SchemaName` type."],["The schema name to be deleted is required and must be in the format `projects/{project}/schemas/{schema}`."]]],[]]