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-08-07 UTC."],[[["The document provides reference information for the `DeleteInstanceRequest` class within the AI Platform Notebooks v1 API, specifically for version 2.4.0 of the .NET library."],["`DeleteInstanceRequest` is used to request the deletion of a notebook instance and inherits from the base `object` class while implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteInstanceRequest` class includes a constructor that allows for creating a new request object, as well as another constructor that takes an existing `DeleteInstanceRequest` object as an argument for creating a copy."],["The `Name` property of `DeleteInstanceRequest` is required and specifies the full path of the instance to be deleted, using the format: `projects/{project_id}/locations/{___location}/instances/{instance_id}`."],["The latest version available for this class is 2.5.0 and this class is located within the `Google.Cloud.Notebooks.V1` namespace."]]],[]]