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