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 page provides reference documentation for the `DeleteSchemaRevisionRequest` class within the Google Cloud Pub/Sub v1 API, specifically for the .NET environment, with the latest version being 3.23.0."],["The `DeleteSchemaRevisionRequest` class is used to formulate requests for the `DeleteSchemaRevision` method, and it inherits from several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is used in the `Google.Cloud.PubSub.V1` namespace."],["Key properties of the `DeleteSchemaRevisionRequest` include `Name`, which is a required field for specifying the schema revision to be deleted, including its revision ID, along with `RevisionId` which is now deprecated in favor of specifying the ID through the `Name` property, and `SchemaName` which is a typed view over the `Name`."],["The listed versions range from 2.3.0 to the latest 3.23.0, offering links to the documentation for each version of the `DeleteSchemaRevisionRequest` class."],["There are a number of inherited members from the base `object` class that this class utilizes, including methods such as `GetHashCode()`, `GetType()` and `ToString()`."]]],[]]