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 covers the `ResetInstanceRequest` class, which is part of the Notebooks v2 API within the Google Cloud .NET client library."],["The `ResetInstanceRequest` class is used to request the resetting of a notebook instance, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for creating a `ResetInstanceRequest` object: a parameterless constructor and one that accepts another `ResetInstanceRequest` instance as a parameter."],["The class includes a `Name` property, which is required and represents the full resource name of the instance to be reset, formatted as `projects/{project_id}/locations/{location}/instances/{instance_id}`."]]],[]]