public sealed class DeleteSchemaRevisionRequest : IMessage<DeleteSchemaRevisionRequest>, IEquatable<DeleteSchemaRevisionRequest>, IDeepCloneable<DeleteSchemaRevisionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class DeleteSchemaRevisionRequest.
[[["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 document provides reference information for the `DeleteSchemaRevisionRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET development."],["This class is used to request the deletion of a specific schema revision, with the latest version being 3.23.0 and the listed versions going down to version 2.3.0."],["`DeleteSchemaRevisionRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data manipulation within the API."],["The class has two constructors and three properties: `Name`, which is a required string specifying the schema revision to be deleted, `RevisionId`, which is deprecated, and `SchemaName`, a typed view of the resource name."],["The document lists the full inheritance path, members and names spaces, assemblies and properties associated to this DeleteSchemaRevisionRequest class."]]],[]]