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-21 UTC."],[[["This document provides reference information for the `DeleteSchemaRevisionRequest` class within the Google Cloud Pub/Sub v1 API for .NET, specifically version 3.11.0, with links to its other available versions, ranging from 3.23.0 (latest) down to 2.3.0."],["The `DeleteSchemaRevisionRequest` class is used to request the deletion of a specific schema revision, as described in the provided reference."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities."],["The class contains two constructors: a default one and one that copies another `DeleteSchemaRevisionRequest` object."],["Key properties within the `DeleteSchemaRevisionRequest` class include `Name` (required, the schema revision to be deleted), `RevisionId` (deprecated, no longer used for specifiying revision ID), and `SchemaName` (typed view over the name resource property)."]]],[]]