public sealed class RuntimeAccessConfig : IMessage<RuntimeAccessConfig>, IEquatable<RuntimeAccessConfig>, IDeepCloneable<RuntimeAccessConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class RuntimeAccessConfig.
[[["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."],[[["The `RuntimeAccessConfig` class in the Google Cloud Notebooks v1 API defines the login configuration for a runtime environment."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like message handling, equality checks, and deep cloning."],["It includes properties such as `AccessType`, which determines the access mode, `ProxyUri` for the runtime access endpoint, and `RuntimeOwner` to specify the owner of the runtime."],["Version 2.5.0 is the latest version of `RuntimeAccessConfig` available in the documentation, with previous versions down to 1.0.0-beta04 also listed."],["The `RuntimeAccessConfig` class contains two constructors, one empty and one taking another `RuntimeAccessConfig` object for parameters."]]],[]]