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."],[[["The `DeleteRuntimeRequest` class is used to request the deletion of a Managed Notebook Runtime within the AI Platform Notebooks v1 API."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for structured message handling, equality comparisons, deep cloning, and buffer-based operations."],["It is derived from the base `Object` class and inherits its associated methods, and is found within the `Google.Cloud.Notebooks.V1` namespace in the `Google.Cloud.Notebooks.V1.dll` assembly."],["The `DeleteRuntimeRequest` class includes properties such as `Name`, `RequestId`, and `RuntimeName`, where `Name` is a required parameter specifying the runtime's resource path, `RequestId` is for idempotent requests, and `RuntimeName` is a typed view of the resource `Name` property."],["There are multiple versions of this class, with the latest version being 2.5.0, and the versions are listed from newest to oldest, going as far back as 1.0.0-beta04."]]],[]]