public sealed class RefreshRuntimeTokenInternalResponse : IMessage<RefreshRuntimeTokenInternalResponse>, IEquatable<RefreshRuntimeTokenInternalResponse>, IDeepCloneable<RefreshRuntimeTokenInternalResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class RefreshRuntimeTokenInternalResponse.
[[["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 documentation covers version 2.4.0 of the `RefreshRuntimeTokenInternalResponse` class within the Google Cloud Notebooks v1 API."],["The `RefreshRuntimeTokenInternalResponse` class is designed to return a new OAuth 2.0 access token and its expiration time, implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It can be constructed with no parameters or with another `RefreshRuntimeTokenInternalResponse` object."],["The class includes two key properties: `AccessToken` (a string representing the token) and `ExpireTime` (a `Timestamp` indicating the token's expiration)."],["This class is found within the `Google.Cloud.Notebooks.V1` namespace and is part of the `Google.Cloud.Notebooks.V1.dll` assembly, alongside a few previous versions."]]],[]]