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 page provides documentation for the `ResetInstanceRequest` class within the Google Cloud Notebooks v2 API."],["`ResetInstanceRequest` is a class used to request the resetting of a notebook instance, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class is available in the following versions: 1.2.0 (latest), 1.1.0, and 1.0.0, and is part of the `Google.Cloud.Notebooks.V2` namespace."],["The `ResetInstanceRequest` class has two constructors, one default and another that takes an existing `ResetInstanceRequest` object, allowing for object duplication."],["The `Name` property, a string, is required and specifies the instance to be reset with the format `projects/{project_id}/locations/{location}/instances/{instance_id}`."]]],[]]