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 version 3.15.0."],["The `DeleteSchemaRevisionRequest` class is used to request the deletion of a schema revision in Cloud Pub/Sub, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for the `DeleteSchemaRevisionRequest` is 3.23.0, and this page also contains a list of previous versions down to 2.3.0."],["The class includes properties such as `Name`, which is a required string field specifying the schema revision to be deleted, and `RevisionId`, which is now obsolete, as revision IDs should be included in the name instead."],["The class contains constructors that allow instantiation with no arguments or copying from an existing `DeleteSchemaRevisionRequest`."]]],[]]