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"]],[["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 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."]]],[]]