AI Platform Notebooks V1 API - Class Google::Cloud::Notebooks::V1::RuntimeAccessConfig (v0.9.0)

Reference documentation and code samples for the AI Platform Notebooks V1 API class Google::Cloud::Notebooks::V1::RuntimeAccessConfig.

Specifies the login configuration for Runtime

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#access_type

def access_type() -> ::Google::Cloud::Notebooks::V1::RuntimeAccessConfig::RuntimeAccessType
Returns

#access_type=

def access_type=(value) -> ::Google::Cloud::Notebooks::V1::RuntimeAccessConfig::RuntimeAccessType
Parameter
Returns

#proxy_uri

def proxy_uri() -> ::String
Returns
  • (::String) — Output only. The proxy endpoint that is used to access the runtime.

#runtime_owner

def runtime_owner() -> ::String
Returns
  • (::String) — The owner of this runtime after creation. Format: alias@example.com Currently supports one owner only.

#runtime_owner=

def runtime_owner=(value) -> ::String
Parameter
  • value (::String) — The owner of this runtime after creation. Format: alias@example.com Currently supports one owner only.
Returns
  • (::String) — The owner of this runtime after creation. Format: alias@example.com Currently supports one owner only.