public sealed class DeleteSchemaRequest : IMessage<DeleteSchemaRequest>, IEquatable<DeleteSchemaRequest>, IDeepCloneable<DeleteSchemaRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class DeleteSchemaRequest.
[[["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 provides reference documentation for the `DeleteSchemaRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET developers."],["The latest version of the `DeleteSchemaRequest` documentation is for version 3.23.0, while the current page details version 3.13.0 and a list of previous versions."],["`DeleteSchemaRequest` is a class used to request the deletion of a schema and it inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteSchemaRequest` class has two properties: `Name`, which is a string indicating the name of the schema to delete, and `SchemaName`, which offers a `SchemaName` typed view over the `Name` property."],["The document details two constructors for the `DeleteSchemaRequest` class: a default constructor and one that accepts another `DeleteSchemaRequest` object as a parameter."]]],[]]