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-04-02 UTC."],[[["This document provides reference information for the `DeleteSchemaRevisionRequest` class within the Google Cloud Pub/Sub v1 API, specifically for the .NET environment, with the current version being 3.3.0."],["The `DeleteSchemaRevisionRequest` class is used to delete a specific schema revision and is part of the `Google.Cloud.PubSub.V1` namespace."],["The latest version of the documentation available is 3.23.0, with older versions listed dating back to 2.3.0, allowing developers to access information for past releases."],["The class inherits from the base `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DeleteSchemaRevisionRequest` class include `Name` (the name of the schema revision), `RevisionId` (the ID of the revision to delete), and `SchemaName` (a typed view over the resource name)."]]],[]]