public sealed class DeleteInstanceRequest : IMessage<DeleteInstanceRequest>, IEquatable<DeleteInstanceRequest>, IDeepCloneable<DeleteInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class DeleteInstanceRequest.
[[["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 information for the `DeleteInstanceRequest` class within the AI Platform Notebooks v1 API, specifically version 2.3.0 of the Google.Cloud.Notebooks.V1 library for .NET."],["The `DeleteInstanceRequest` class is used to create requests for deleting notebook instances, inheriting from `object` and implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor `DeleteInstanceRequest()` and a copy constructor `DeleteInstanceRequest(DeleteInstanceRequest other)`, which accepts another `DeleteInstanceRequest` as a parameter."],["It contains one key property, `Name`, which is a string that specifies the format required for the notebook instance being requested to be deleted, `projects/{project_id}/locations/{location}/instances/{instance_id}`."],["The document lists several versions of the library, ranging from version 1.0.0-beta04 to the latest version, 2.5.0."]]],[]]