Reference documentation and code samples for the Google Cloud Notebooks V1 Client class CreateExecutionRequest.
Request to create notebook execution
Generated from protobuf message google.cloud.notebooks.v1.CreateExecutionRequest
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}
↳ execution_id
string
Required. User-defined unique ID of this execution.
↳ execution
getParent
Required. Format: parent=projects/{project_id}/locations/{location}
string
setParent
Required. Format: parent=projects/{project_id}/locations/{location}
var
string
$this
getExecutionId
Required. User-defined unique ID of this execution.
string
setExecutionId
Required. User-defined unique ID of this execution.
var
string
$this
getExecution
Required. The execution to be created.
hasExecution
clearExecution
setExecution
Required. The execution to be created.
$this
static::build
parent
string
Required. Format: parent=projects/{project_id}/locations/{location}
Please see Google\Cloud\Notebooks\V1\NotebookServiceClient::executionName()
for help formatting this field.
execution
executionId
string
Required. User-defined unique ID of this execution.