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."],[[["This page provides reference documentation for the `DeleteSchemaRevisionRequest` class within the Google Cloud Pub/Sub v1 API, specifically for version 3.7.0 of the .NET library."],["The `DeleteSchemaRevisionRequest` class is used to delete a specific schema revision, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for reference documentation of the `DeleteSchemaRevisionRequest` is 3.23.0, with multiple prior versions also documented, including the current version the page is about."],["The class has properties such as `Name`, `RevisionId` (which is now deprecated), and `SchemaName`, which are used to specify which schema and revision to delete."],["The documentation includes details on the class's constructors, inheritance, implemented interfaces, namespace (`Google.Cloud.PubSub.V1`), and the assembly (`Google.Cloud.PubSub.V1.dll`)."]]],[]]