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"]],[["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."],[[["The latest version of the `RuntimeAccessConfig` class is 2.5.0, within the Google.Cloud.Notebooks.V1 namespace."],["`RuntimeAccessConfig` is a class within the AI Platform Notebooks v1 API, used for specifying the login configuration for a runtime."],["The `RuntimeAccessConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `RuntimeAccessConfig` class include `AccessType`, `ProxyUri`, and `RuntimeOwner`, which define the access mode, proxy endpoint, and owner of the runtime, respectively."],["The `RuntimeAccessConfig` class contains two constructors, one default and another that takes in another instance of `RuntimeAccessConfig` as a parameter."]]],[]]