public sealed class DeleteRevisionRequest : IMessage<DeleteRevisionRequest>, IEquatable<DeleteRevisionRequest>, IDeepCloneable<DeleteRevisionRequest>, IBufferMessage, IMessage
Request message for deleting a retired Revision.
Revision lifecycle is usually managed by making changes to the parent
Service. Only retired revisions can be deleted with this API.
[[["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 documentation for the `DeleteRevisionRequest` class within the Google.Cloud.Run.V2 namespace, specifically for version 1.0.0-beta02 of the .NET library."],["The `DeleteRevisionRequest` class is used to request the deletion of a retired Revision, which is a component typically managed through changes to its parent Service in Google Cloud Run."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["Key properties of the `DeleteRevisionRequest` class include `Etag`, `Name`, `RevisionName`, and `ValidateOnly`, allowing for specifying the revision to delete and controlling the deletion validation process."],["The latest version for this class is 2.13.0, with multiple older versions available for referencing, down to 1.0.0-beta02, indicating continued development of the API."]]],[]]