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.17.0."],["The `DeleteSchemaRevisionRequest` class is used to request the deletion of a specific schema revision and is part of the `Google.Cloud.PubSub.V1` namespace."],["The documentation includes a list of available versions, ranging from the latest at 3.23.0 down to 2.3.0, each linking to its respective version of the `DeleteSchemaRevisionRequest` documentation."],["Key properties for `DeleteSchemaRevisionRequest` are `Name`, which specifies the schema revision to be deleted, `RevisionId` (deprecated), and `SchemaName`, which is a typed view over the Name property."],["The class `DeleteSchemaRevisionRequest` inherits from `object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]