public sealed class ResetInstanceRequest : IMessage<ResetInstanceRequest>, IEquatable<ResetInstanceRequest>, IDeepCloneable<ResetInstanceRequest>, IBufferMessage, IMessage
[[["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."],[[["The `ResetInstanceRequest` class is used to request the resetting of a notebook instance."],["It is part of the `Google.Cloud.Notebooks.V1` namespace and is available in the Google.Cloud.Notebooks.V1.dll assembly."],["This class implements several interfaces including `IMessage\u003cResetInstanceRequest\u003e`, `IEquatable\u003cResetInstanceRequest\u003e`, `IDeepCloneable\u003cResetInstanceRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The `ResetInstanceRequest` class has a `Name` property, which is a required string, to specify the instance to be reset using the format `projects/{project_id}/locations/{location}/instances/{instance_id}`."],["There are multiple versions of the API available ranging from 1.0.0-beta04 to the latest 2.5.0."]]],[]]