public sealed class ResetRuntimeRequest : IMessage<ResetRuntimeRequest>, IEquatable<ResetRuntimeRequest>, IDeepCloneable<ResetRuntimeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class ResetRuntimeRequest.
[[["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 document provides reference information for the `ResetRuntimeRequest` class within the Google Cloud AI Platform Notebooks v1 API, specifically version 2.0.0."],["The `ResetRuntimeRequest` class is used to request the resetting of a Managed Notebook Runtime."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are common in Google Protobuf for handling structured messages and data."],["`ResetRuntimeRequest` has two properties, `Name` (which is a string following a specific format) and `RequestId` (which is a string that is an idempotent UUID)."],["There are several previous versions available for `ResetRuntimeRequest`, with the latest version being 2.5.0."]]],[]]