public interface WorkflowNodeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getError()
Output only.
|
com.google.protobuf.ByteString |
getErrorBytes()
Output only.
|
String |
getJobId()
Output only.
|
com.google.protobuf.ByteString |
getJobIdBytes()
Output only.
|
String |
getPrerequisiteStepIds(int index)
Output only.
|
com.google.protobuf.ByteString |
getPrerequisiteStepIdsBytes(int index)
Output only.
|
int |
getPrerequisiteStepIdsCount()
Output only.
|
List<String> |
getPrerequisiteStepIdsList()
Output only.
|
WorkflowNode.NodeState |
getState()
Output only.
|
int |
getStateValue()
Output only.
|
String |
getStepId()
Output only.
|
com.google.protobuf.ByteString |
getStepIdBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getStepId()
Output only. The name of the node.
string step_id = 1;com.google.protobuf.ByteString getStepIdBytes()
Output only. The name of the node.
string step_id = 1;List<String> getPrerequisiteStepIdsList()
Output only. Node's prerequisite nodes.
repeated string prerequisite_step_ids = 2;int getPrerequisiteStepIdsCount()
Output only. Node's prerequisite nodes.
repeated string prerequisite_step_ids = 2;String getPrerequisiteStepIds(int index)
Output only. Node's prerequisite nodes.
repeated string prerequisite_step_ids = 2;com.google.protobuf.ByteString getPrerequisiteStepIdsBytes(int index)
Output only. Node's prerequisite nodes.
repeated string prerequisite_step_ids = 2;String getJobId()
Output only. The job id; populated after the node enters RUNNING state.
string job_id = 3;com.google.protobuf.ByteString getJobIdBytes()
Output only. The job id; populated after the node enters RUNNING state.
string job_id = 3;int getStateValue()
Output only. The node state.
.google.cloud.dataproc.v1.WorkflowNode.NodeState state = 5;WorkflowNode.NodeState getState()
Output only. The node state.
.google.cloud.dataproc.v1.WorkflowNode.NodeState state = 5;String getError()
Output only. The error detail.
string error = 6;com.google.protobuf.ByteString getErrorBytes()
Output only. The error detail.
string error = 6;Copyright © 2019 Google LLC. All rights reserved.