public sealed class ResetInstanceRequest : IMessage<ResetInstanceRequest>, IEquatable<ResetInstanceRequest>, IDeepCloneable<ResetInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Notebooks v2 API class ResetInstanceRequest.
[[["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 documentation provides reference information for the `ResetInstanceRequest` class within the Google Cloud Notebooks v2 API, specifically for version 1.1.0."],["The `ResetInstanceRequest` class is used to request the resetting of a notebook instance and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from the base `object` class and includes properties such as `Name`, which is a required string specifying the instance path in the format `projects/{project_id}/locations/{location}/instances/{instance_id}`."],["The class has two constructors, one of which accepts another `ResetInstanceRequest` to create a new object, and the other has no parameters."],["There are also the inherited methods of `GetHashCode()`, `GetType()`, and `ToString()` that can be used."]]],[]]