public sealed class DeleteInstanceRequest : IMessage<DeleteInstanceRequest>, IEquatable<DeleteInstanceRequest>, IDeepCloneable<DeleteInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Notebooks v2 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 documentation is for the `DeleteInstanceRequest` class within the Google Cloud Notebooks v2 API, specifically version 1.1.0."],["The `DeleteInstanceRequest` class is used to create requests for deleting a notebook instance and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains constructors for creating instances of `DeleteInstanceRequest` either default or from an existing instance."],["The class has properties such as `InstanceName`, `Name`, and `RequestId` which are used to specify the notebook instance to be deleted and provide request details."],["This class inherits from `object` and includes its members like `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]