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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference documentation for the `DeleteInstanceRequest` class within the AI Platform Notebooks v1 API, specifically for version 2.0.0 of the `Google.Cloud.Notebooks.V1` namespace."],["The `DeleteInstanceRequest` class is used to request the deletion of a notebook instance, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteInstanceRequest` class has a `Name` property, which is a required string, specifying the full resource path of the instance to be deleted in the format: `projects/{project_id}/locations/{location}/instances/{instance_id}`."],["There are two constructors available for the `DeleteInstanceRequest` class, one default constructor and one that takes another `DeleteInstanceRequest` object as a parameter for creating a copy."],["The documentation covers other versions of the `DeleteInstanceRequest` class, including the latest release 2.5.0, all the way back to version 1.0.0-beta04."]]],[]]