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 content details the different versions of the `DeleteSchemaRequest` class, ranging from version 2.3.0 to the latest version 3.23.0."],["The `DeleteSchemaRequest` class is a request object used for the `DeleteSchema` method, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Name` (string) which is the required name of the schema to be deleted, and `SchemaName` (SchemaName), which is a typed view over the resource name property."],["The page provides links to documentation for each version of the class and lists the implementation details of the class, including constructors and properties."]]],[]]