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 documentation for the `DeleteInstanceRequest` class within the Google Cloud AI Platform Notebooks v1 API."],["`DeleteInstanceRequest` is used to request the deletion of a notebook instance, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor `DeleteInstanceRequest()` and a copy constructor `DeleteInstanceRequest(DeleteInstanceRequest other)`."],["The `Name` property, of type string, is required and specifies the full resource name of the instance to be deleted, using the format `projects/{project_id}/locations/{location}/instances/{instance_id}`."],["This is version 2.1.0 of `DeleteInstanceRequest`, and it is in the `Google.Cloud.Notebooks.V1` namespace, within the `Google.Cloud.Notebooks.V1.dll` assembly."]]],[]]