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