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-09 UTC."],[[["This page provides reference documentation for the `DeleteSchemaRevisionRequest` class within the Google Cloud Pub/Sub v1 API for .NET, including its properties and constructors."],["The `DeleteSchemaRevisionRequest` class is used to request the deletion of a specific schema revision, identified by its name, which includes the revision ID, and is part of the `Google.Cloud.PubSub.V1` namespace."],["The documentation highlights that the latest version of the API is 3.23.0, and lists prior versions all the way down to version 2.3.0 for accessing the `DeleteSchemaRevisionRequest` method."],["The `Name` property of the class is mandatory, requiring the schema revision's name that includes its ID, while `RevisionId` is deprecated, and `SchemaName` provides a typed view of the `Name`."],["The `DeleteSchemaRevisionRequest` class inherits from the base `object` class and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]