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 document provides reference documentation for the `DeleteSchemaRevisionRequest` class within the Google Cloud Pub/Sub v1 API, specifically for version 3.12.0."],["The `DeleteSchemaRevisionRequest` class is used to request the deletion of a schema revision, which must include an explicit revision ID in its name, such as `projects/123/schemas/my-schema@c7cfa2a8`."],["The latest version of this documentation is version 3.23.0, and there are numerous prior versions listed ranging from 3.22.0 down to 2.3.0."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has properties like `Name`, `RevisionId` (deprecated), and `SchemaName`."],["The constructor `DeleteSchemaRevisionRequest` takes no parameters, or it can be called using another `DeleteSchemaRevisionRequest` instance as a parameter."]]],[]]