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 information for the `DeleteSchemaRequest` class within the Google Cloud Pub/Sub v1 API for .NET."],["The latest version of `DeleteSchemaRequest` is 3.23.0, but this document specifically details version 3.11.0, one of the many previous releases available."],["`DeleteSchemaRequest` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from `object`."],["The class has two constructors, `DeleteSchemaRequest()` and `DeleteSchemaRequest(DeleteSchemaRequest)`, and two properties, `Name` and `SchemaName`."],["The main function of `DeleteSchemaRequest` is to provide the necessary attributes to make a `DeleteSchema` call to the API, namely the name of the schema to be deleted."]]],[]]