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."],[[["The `ResetRuntimeRequest` class is part of the AI Platform Notebooks v1 API, specifically within the `Google.Cloud.Notebooks.V1` namespace for .NET development."],["This class facilitates requests to reset a Managed Notebook Runtime, as indicated by its description and function."],["It implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffer-based operations."],["The `ResetRuntimeRequest` class has properties for `Name` (specifying the runtime to be reset with a specific format) and `RequestId` (for idempotent requests)."],["There are seven different versions of the `ResetRuntimeRequest` library detailed on the webpage, with the latest version being 2.5.0, the oldest being 1.0.0-beta04 and version 2.1.0 being the one that is expanded on the most in the content."]]],[]]