public sealed class ResetInstanceRequest : IMessage<ResetInstanceRequest>, IEquatable<ResetInstanceRequest>, IDeepCloneable<ResetInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 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 reference documentation for the `ResetInstanceRequest` class, which is part of the AI Platform Notebooks v1 API within the `Google.Cloud.Notebooks.V1` namespace, version 2.0.0."],["The `ResetInstanceRequest` class is used to request the resetting of a notebook instance and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and has constructors for creating a new `ResetInstanceRequest` object, either empty or by copying another instance."],["The `Name` property of `ResetInstanceRequest` is required and represents the formatted identifier of the notebook instance, following the pattern `projects/{project_id}/locations/{location}/instances/{instance_id}`."],["Several prior versions are available, with 2.5.0 being the most recent, and 1.0.0-beta04 being the earliest version listed."]]],[]]