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 page provides documentation for the `DeleteSchemaRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET development."],["The `DeleteSchemaRequest` class is used to create a request for the `DeleteSchema` method, which is part of the Pub/Sub API."],["It includes a list of versions for the `DeleteSchemaRequest`, starting with version 3.23.0 (latest) and going back to 2.3.0, allowing users to view documentation for specific releases."],["The class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all for defining a delete schema request."],["The `DeleteSchemaRequest` class contains the properties `Name` and `SchemaName` allowing a user to define which schema to delete."]]],[]]