Reference documentation and code samples for the Google Cloud Notebooks V1 Client class RuntimeAccessConfig.
Specifies the login configuration for Runtime
Generated from protobuf message google.cloud.notebooks.v1.RuntimeAccessConfig
Namespace
Google \ Cloud \ Notebooks \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ access_type
int
The type of access mode this instance.
↳ runtime_owner
string
The owner of this runtime after creation. Format: alias@example.com
Currently supports one owner only.
↳ proxy_uri
string
Output only. The proxy endpoint that is used to access the runtime.
getAccessType
The type of access mode this instance.
setAccessType
The type of access mode this instance.
$this
getRuntimeOwner
The owner of this runtime after creation. Format: alias@example.com
Currently supports one owner only.
string
setRuntimeOwner
The owner of this runtime after creation. Format: alias@example.com
Currently supports one owner only.
var
string
$this
getProxyUri
Output only. The proxy endpoint that is used to access the runtime.
string
setProxyUri
Output only. The proxy endpoint that is used to access the runtime.
var
string
$this

