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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]