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 the .NET environment."],["The `DeleteSchemaRequest` class is used for sending requests to delete a schema and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest available version of the API is 3.23.0, while this page specifically documents version 3.19.0, and other versions ranging from 2.3.0 to 3.22.0 are available."],["The `DeleteSchemaRequest` class has two properties: `Name` which is a string representing the schema's name to delete, and `SchemaName` which provides a typed view over the `Name` property."],["The class can be constructed using a default constructor, or by copying another `DeleteSchemaRequest` instance."]]],[]]