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."],[[["The `DeleteSchemaRequest` class is part of the Google Cloud Pub/Sub v1 API, designed to handle requests for deleting schemas within the Pub/Sub service."],["The latest version of the API documentation provided is 3.23.0, with various previous versions from 3.22.0 to 2.3.0 also available for reference."],["The `DeleteSchemaRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility within the .NET ecosystem."],["The `DeleteSchemaRequest` class has two constructors: a default constructor and another that accepts a `DeleteSchemaRequest` object, allowing for flexible object creation and copying."],["The class contains properties, such as `Name` and `SchemaName`, which are crucial for identifying the specific schema to be deleted, and it specifies the format needed for the name."]]],[]]