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 documentation for the `DeleteSchemaRevisionRequest` class within the Google Cloud Pub/Sub v1 API, specifically for version 3.8.0, and its related versions."],["The `DeleteSchemaRevisionRequest` class is used to request the deletion of a specific schema revision, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document details the constructors, properties (Name, RevisionId, and SchemaName), and inherited members of the `DeleteSchemaRevisionRequest` class, and outlines the required and deprecated fields for specifying the revision ID."],["The latest version of the `DeleteSchemaRevisionRequest` is 3.23.0, with a history of previous versions listed from 3.22.0 down to 2.3.0."],["The required `Name` property allows for specifying the schema revision to be deleted by its full name, whereas `RevisionId` is now deprecated and shouldn't be used."]]],[]]