public sealed class DeleteRuntimeRequest : IMessage<DeleteRuntimeRequest>, IEquatable<DeleteRuntimeRequest>, IDeepCloneable<DeleteRuntimeRequest>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page provides documentation for the `DeleteRuntimeRequest` class within the Google.Cloud.Notebooks.V1 namespace, used for managing requests to delete a Managed Notebook Runtime."],["The latest version of this documentation is for version 2.5.0, and it includes previous versions down to 1.0.0-beta04."],["The `DeleteRuntimeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, and inherits from `Object`."],["The class contains constructors for creating new instances and properties such as `Name`, `RequestId`, and `RuntimeName` to configure the delete operation."],["The `Name` property in `DeleteRuntimeRequest` requires a specific format: `projects/{project_id}/locations/{location}/runtimes/{runtime_id}`."]]],[]]