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.
Parameters | |
---|---|
Name | Description |
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: |
↳ proxy_uri |
string
Output only. The proxy endpoint that is used to access the runtime. |
getAccessType
The type of access mode this instance.
Returns | |
---|---|
Type | Description |
int |
setAccessType
The type of access mode this instance.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getRuntimeOwner
The owner of this runtime after creation. Format: alias@example.com
Currently supports one owner only.
Returns | |
---|---|
Type | Description |
string |
setRuntimeOwner
The owner of this runtime after creation. Format: alias@example.com
Currently supports one owner only.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getProxyUri
Output only. The proxy endpoint that is used to access the runtime.
Returns | |
---|---|
Type | Description |
string |
setProxyUri
Output only. The proxy endpoint that is used to access the runtime.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |