public sealed class RefreshRuntimeTokenInternalRequest : IMessage<RefreshRuntimeTokenInternalRequest>, IEquatable<RefreshRuntimeTokenInternalRequest>, IDeepCloneable<RefreshRuntimeTokenInternalRequest>, IBufferMessage, IMessage
[[["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 outlines the `RefreshRuntimeTokenInternalRequest` class, which is used to request a new access token within the Google Cloud Notebooks V1 API, specifically in version 1.0.0-beta04."],["The `RefreshRuntimeTokenInternalRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor and one that accepts another `RefreshRuntimeTokenInternalRequest` instance for creating copies."],["It includes properties such as `Name` which specifies the runtime resource in the format `projects/{project_id}/locations/{location}/runtimes/{runtime_id}`, and `VmId` which holds the required VM hardware token for authentication."],["The document also provides links to other versions of this class, ranging from version 2.0.0 up to the latest version 2.5.0."]]],[]]