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 documentation for the `DeleteSchemaRequest` class within the Google Cloud Pub/Sub v1 API, specifically for the .NET environment."],["The content details the various versions of the API, from 2.3.0 up to the latest 3.23.0, linking to specific documentation pages for the `DeleteSchemaRequest` class in each one."],["The `DeleteSchemaRequest` class is used to form requests for deleting schemas, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and one that takes another `DeleteSchemaRequest` object to create a copy."],["The documentation outlines two key properties of the `DeleteSchemaRequest` class: `Name`, a string representing the name of the schema to be deleted, and `SchemaName`, a typed view of the name using the `SchemaName` type."]]],[]]