Google Cloud Notebooks V1 Client - Class RuntimeAccessConfig (0.4.1)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Returns
TypeDescription
int

setAccessType

The type of access mode this instance.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getRuntimeOwner

The owner of this runtime after creation. Format: alias@example.com Currently supports one owner only.

Returns
TypeDescription
string

setRuntimeOwner

The owner of this runtime after creation. Format: alias@example.com Currently supports one owner only.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getProxyUri

Output only. The proxy endpoint that is used to access the runtime.

Returns
TypeDescription
string

setProxyUri

Output only. The proxy endpoint that is used to access the runtime.

Parameter
NameDescription
var string
Returns
TypeDescription
$this