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 document provides reference information for the `DeleteSchemaRevisionRequest` class within the Google Cloud Pub/Sub v1 API, specifically for version 3.6.0 of the .NET library."],["`DeleteSchemaRevisionRequest` is used to request the deletion of a schema revision and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Name` property is required to identify the specific schema revision to delete, including the revision ID in the format `projects/123/schemas/my-schema@c7cfa2a8`."],["The `RevisionId` property is deprecated and should not be used, as the revision ID should be specified within the `Name` property instead."],["The document also contains a list of previous versions of this request, where version 3.23.0 is the most current or latest."]]],[]]