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 the `RefreshRuntimeTokenInternalResponse` class within the Google Cloud AI Platform Notebooks v1 API, specifically version 2.2.0."],["The `RefreshRuntimeTokenInternalResponse` class represents a response object that provides a new OAuth 2.0 access token for runtime operations."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it adheres to specific Protobuf and .NET standards."],["Key properties of the `RefreshRuntimeTokenInternalResponse` class include `AccessToken` (the string token) and `ExpireTime` (the token's expiration timestamp)."],["The documentation lists the different versions available from 2.5.0 (latest) all the way back to version 1.0.0-beta04."]]],[]]