Reference documentation and code samples for the Google Cloud Dataproc V1 Client class WorkflowNode.
The workflow node.
Generated from protobuf message google.cloud.dataproc.v1.WorkflowNode
Namespace
Google \ Cloud \ Dataproc \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ step_id
string
Output only. The name of the node.
↳ prerequisite_step_ids
array
Output only. Node's prerequisite nodes.
↳ job_id
string
Output only. The job id; populated after the node enters RUNNING state.
↳ state
int
Output only. The node state.
↳ error
string
Output only. The error detail.
getStepId
Output only. The name of the node.
string
setStepId
Output only. The name of the node.
var
string
$this
getPrerequisiteStepIds
Output only. Node's prerequisite nodes.
setPrerequisiteStepIds
Output only. Node's prerequisite nodes.
var
string[]
$this
getJobId
Output only. The job id; populated after the node enters RUNNING state.
string
setJobId
Output only. The job id; populated after the node enters RUNNING state.
var
string
$this
getState
Output only. The node state.
int
setState
Output only. The node state.
var
int
$this
getError
Output only. The error detail.
string
setError
Output only. The error detail.
var
string
$this