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` class available is 3.23.0, and the page also offers documentation for a range of previous versions down to version 2.3.0."],["The `DeleteSchemaRequest` class is used to create requests for the `DeleteSchema` method, allowing the deletion of schemas in a specific format."],["Key properties of the `DeleteSchemaRequest` class include `Name` (a string representing the schema's name) and `SchemaName` (a typed view of the name)."],["The `DeleteSchemaRequest` class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."]]],[]]