public sealed class DeleteRuntimeRequest : IMessage<DeleteRuntimeRequest>, IEquatable<DeleteRuntimeRequest>, IDeepCloneable<DeleteRuntimeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class DeleteRuntimeRequest.
[[["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 `DeleteRuntimeRequest` class within the AI Platform Notebooks v1 API, specifically version 2.4.0 of the Google.Cloud.Notebooks.V1 library."],["`DeleteRuntimeRequest` is used to request the deletion of a Managed Notebook Runtime, and it inherits from `object` while implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default and one that accepts another `DeleteRuntimeRequest` object as a parameter, enabling the creation of new instances and cloning."],["`DeleteRuntimeRequest` includes properties such as `Name` (specifying the runtime's resource name), `RequestId` (for idempotent operations), and `RuntimeName` (a typed view of the `Name`)."],["This documentation shows that there are multiple versions available for this API class, with 2.5.0 being the latest, and 1.0.0-beta04 being the oldest version."]]],[]]