public sealed class ResetRuntimeRequest : IMessage<ResetRuntimeRequest>, IEquatable<ResetRuntimeRequest>, IDeepCloneable<ResetRuntimeRequest>, 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 `ResetRuntimeRequest` class is used to request the resetting of a Managed Notebook Runtime within the Google Cloud Notebooks V1 API, which is available across multiple versions from 1.0.0-beta04 to 2.5.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, object comparison, deep cloning, and buffer management."],["`ResetRuntimeRequest` has two constructors, a default and a copy constructor that takes another `ResetRuntimeRequest` object as an argument, allowing for creating new instances or copying existing ones."],["The `Name` property of the `ResetRuntimeRequest` class is a required string, representing the formatted resource path of the runtime to be reset, and the `RequestId` property is a string representing the idempotent request UUID."],["This document defines the methods and properties of the `ResetRuntimeRequest` class from the `Google.Cloud.Notebooks.V1` namespace, which are all contained in the Google.Cloud.Notebooks.V1.dll assembly."]]],[]]