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 within the Google Cloud Notebooks V1Beta1 service."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used within the Google Protocol Buffers framework."],["The `ResetInstanceRequest` class inherits from the base `Object` class and has several inherited members including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class is defined within the `Google.Cloud.Notebooks.V1Beta1` namespace and is part of the `Google.Cloud.Notebooks.V1Beta1.dll` assembly."],["The `Name` property, of type string, is required and represents the formatted name of the notebook instance to be reset."]]],[]]