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 document provides reference documentation for the `DeleteSchemaRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET."],["The latest version available is 3.23.0, while the current version of the document is 3.16.0, and versions ranging from 3.22.0 down to 2.3.0 can also be referenced."],["`DeleteSchemaRequest` is used for requesting the deletion of a schema, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `Name` (a string representing the schema's resource name in the format `projects/{project}/schemas/{schema}`) and `SchemaName`, which is a typed view over the `Name` property."],["This class provides two constructors, one default constructor, and another one that takes a `DeleteSchemaRequest` object."]]],[]]