public sealed class DeleteRevisionRequest : IMessage<DeleteRevisionRequest>, IEquatable<DeleteRevisionRequest>, IDeepCloneable<DeleteRevisionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class DeleteRevisionRequest.
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 document provides reference documentation for the `DeleteRevisionRequest` class within the Google Cloud Run Admin v2 API, specifically detailing its usage for deleting retired revisions."],["The `DeleteRevisionRequest` class is used to construct requests for deleting revisions, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DeleteRevisionRequest` class include `Name` (specifying the revision to delete), `Etag` (for detecting modification conflicts), `RevisionName` (a typed view of the revision name), and `ValidateOnly` (for request validation without deletion)."],["The page offers links to the documentation of various versions of this `DeleteRevisionRequest`, ranging from the latest version, 2.13.0, down to version 1.0.0-beta02."],["The constructor `DeleteRevisionRequest` can be utilized with or without parameters, allowing for instantiation of an empty object or one copied from another `DeleteRevisionRequest` instance."]]],[]]