Reference documentation and code samples for the Google Cloud Notebooks V1 Client class CreateRuntimeRequest.
Request for creating a Managed Notebook Runtime.
Generated from protobuf message google.cloud.notebooks.v1.CreateRuntimeRequest
Namespace
Google \ Cloud \ Notebooks \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Format: parent=projects/{project_id}/locations/{location}
↳ runtime_id
string
Required. User-defined unique ID of this Runtime.
↳ runtime
↳ request_id
string
Idempotent request UUID.
getParent
Required. Format: parent=projects/{project_id}/locations/{location}
string
setParent
Required. Format: parent=projects/{project_id}/locations/{location}
var
string
$this
getRuntimeId
Required. User-defined unique ID of this Runtime.
string
setRuntimeId
Required. User-defined unique ID of this Runtime.
var
string
$this
getRuntime
Required. The Runtime to be created.
hasRuntime
clearRuntime
setRuntime
Required. The Runtime to be created.
$this
getRequestId
Idempotent request UUID.
string
setRequestId
Idempotent request UUID.
var
string
$this
static::build
parent
string
Required. Format: parent=projects/{project_id}/locations/{location}
Please see Google\Cloud\Notebooks\V1\ManagedNotebookServiceClient::runtimeName()
for help formatting this field.
runtimeId
string
Required. User-defined unique ID of this Runtime.
runtime