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 webpage provides documentation for the `DeleteRevisionRequest` class within the Google Cloud Run Admin v2 API, specifically for version 2.4.0 of the .NET library."],["`DeleteRevisionRequest` is used to request the deletion of a retired revision, where revision lifecycle is typically managed through service changes, and only retired revisions can be deleted using this API."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, deep cloning, and buffer management."],["The `DeleteRevisionRequest` class includes properties like `Name`, `Etag`, `RevisionName`, and `ValidateOnly`, which are used to specify the revision to delete, manage modification conflicts, and validate the request without actual deletion."],["The latest version of the API reference documentation is version 2.13.0, and this webpage offers access to previous versions of the documentation dating back to version 1.0.0-beta02."]]],[]]