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 reference documentation for the `DeleteSchemaRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET developers."],["The `DeleteSchemaRequest` class is used to construct requests for the `DeleteSchema` method, allowing users to delete schemas in a Pub/Sub project."],["This documentation covers a range of versions for this class, spanning from version 2.3.0 up to the latest release, 3.23.0, providing links to each."],["The documentation details the class's inheritance, the interfaces it implements, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, as well as the properties Name and SchemaName, alongside the class constructors."],["The page includes relevant information regarding the required format for deleting a schema, which is `projects/{project}/schemas/{schema}`."]]],[]]