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 Google Cloud AI Platform Notebooks v1 API, specifically version 2.3.0."],["`DeleteRuntimeRequest` is a class used to request the deletion of a Managed Notebook Runtime, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteRuntimeRequest` class includes constructors for creating a new instance and copying an existing one, as well as properties like `Name`, `RequestId`, and `RuntimeName`."],["The `Name` property, which is required, specifies the path to the runtime resource that should be deleted, following the format `projects/{project_id}/locations/{location}/runtimes/{runtime_id}`."],["There are multiple versions of this API available, ranging from 1.0.0-beta04 to 2.5.0, with 2.5.0 being the latest available version."]]],[]]