Package flyteidl.admin
Interface NodeExecutionOuterClass.NodeExecutionClosureOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NodeExecutionOuterClass.NodeExecutionClosure,NodeExecutionOuterClass.NodeExecutionClosure.Builder
- Enclosing class:
- NodeExecutionOuterClass
public static interface NodeExecutionOuterClass.NodeExecutionClosureOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetCreatedAt()Time at which the node execution was created.com.google.protobuf.TimestampOrBuildergetCreatedAtOrBuilder()Time at which the node execution was created.com.google.protobuf.DurationgetDuration()The amount of time the node execution spent running.com.google.protobuf.DurationOrBuildergetDurationOrBuilder()The amount of time the node execution spent running.Execution.ExecutionErrorgetError()Error information for the NodeExecution.ExecutionErrorOrBuildergetErrorOrBuilder()Error information for the NodeNodeExecutionOuterClass.NodeExecutionClosure.OutputResultCasegetOutputResultCase()java.lang.StringgetOutputUri()string output_uri = 1;com.google.protobuf.ByteStringgetOutputUriBytes()string output_uri = 1;Execution.NodeExecution.PhasegetPhase()The last recorded phase for this node execution.intgetPhaseValue()The last recorded phase for this node execution.com.google.protobuf.TimestampgetStartedAt()Time at which the node execution began running.com.google.protobuf.TimestampOrBuildergetStartedAtOrBuilder()Time at which the node execution began running.NodeExecutionOuterClass.NodeExecutionClosure.TargetMetadataCasegetTargetMetadataCase()com.google.protobuf.TimestampgetUpdatedAt()Time at which the node execution was last updated.com.google.protobuf.TimestampOrBuildergetUpdatedAtOrBuilder()Time at which the node execution was last updated.NodeExecutionOuterClass.WorkflowNodeMetadatagetWorkflowNodeMetadata().flyteidl.admin.WorkflowNodeMetadata workflow_node_metadata = 8;NodeExecutionOuterClass.WorkflowNodeMetadataOrBuildergetWorkflowNodeMetadataOrBuilder().flyteidl.admin.WorkflowNodeMetadata workflow_node_metadata = 8;booleanhasCreatedAt()Time at which the node execution was created.booleanhasDuration()The amount of time the node execution spent running.booleanhasError()Error information for the NodebooleanhasStartedAt()Time at which the node execution began running.booleanhasUpdatedAt()Time at which the node execution was last updated.booleanhasWorkflowNodeMetadata().flyteidl.admin.WorkflowNodeMetadata workflow_node_metadata = 8;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOutputUri
java.lang.String getOutputUri()
string output_uri = 1;- Returns:
- The outputUri.
-
getOutputUriBytes
com.google.protobuf.ByteString getOutputUriBytes()
string output_uri = 1;- Returns:
- The bytes for outputUri.
-
hasError
boolean hasError()
Error information for the Node
.flyteidl.core.ExecutionError error = 2;- Returns:
- Whether the error field is set.
-
getError
Execution.ExecutionError getError()
Error information for the Node
.flyteidl.core.ExecutionError error = 2;- Returns:
- The error.
-
getErrorOrBuilder
Execution.ExecutionErrorOrBuilder getErrorOrBuilder()
Error information for the Node
.flyteidl.core.ExecutionError error = 2;
-
getPhaseValue
int getPhaseValue()
The last recorded phase for this node execution.
.flyteidl.core.NodeExecution.Phase phase = 3;- Returns:
- The enum numeric value on the wire for phase.
-
getPhase
Execution.NodeExecution.Phase getPhase()
The last recorded phase for this node execution.
.flyteidl.core.NodeExecution.Phase phase = 3;- Returns:
- The phase.
-
hasStartedAt
boolean hasStartedAt()
Time at which the node execution began running.
.google.protobuf.Timestamp started_at = 4;- Returns:
- Whether the startedAt field is set.
-
getStartedAt
com.google.protobuf.Timestamp getStartedAt()
Time at which the node execution began running.
.google.protobuf.Timestamp started_at = 4;- Returns:
- The startedAt.
-
getStartedAtOrBuilder
com.google.protobuf.TimestampOrBuilder getStartedAtOrBuilder()
Time at which the node execution began running.
.google.protobuf.Timestamp started_at = 4;
-
hasDuration
boolean hasDuration()
The amount of time the node execution spent running.
.google.protobuf.Duration duration = 5;- Returns:
- Whether the duration field is set.
-
getDuration
com.google.protobuf.Duration getDuration()
The amount of time the node execution spent running.
.google.protobuf.Duration duration = 5;- Returns:
- The duration.
-
getDurationOrBuilder
com.google.protobuf.DurationOrBuilder getDurationOrBuilder()
The amount of time the node execution spent running.
.google.protobuf.Duration duration = 5;
-
hasCreatedAt
boolean hasCreatedAt()
Time at which the node execution was created.
.google.protobuf.Timestamp created_at = 6;- Returns:
- Whether the createdAt field is set.
-
getCreatedAt
com.google.protobuf.Timestamp getCreatedAt()
Time at which the node execution was created.
.google.protobuf.Timestamp created_at = 6;- Returns:
- The createdAt.
-
getCreatedAtOrBuilder
com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder()
Time at which the node execution was created.
.google.protobuf.Timestamp created_at = 6;
-
hasUpdatedAt
boolean hasUpdatedAt()
Time at which the node execution was last updated.
.google.protobuf.Timestamp updated_at = 7;- Returns:
- Whether the updatedAt field is set.
-
getUpdatedAt
com.google.protobuf.Timestamp getUpdatedAt()
Time at which the node execution was last updated.
.google.protobuf.Timestamp updated_at = 7;- Returns:
- The updatedAt.
-
getUpdatedAtOrBuilder
com.google.protobuf.TimestampOrBuilder getUpdatedAtOrBuilder()
Time at which the node execution was last updated.
.google.protobuf.Timestamp updated_at = 7;
-
hasWorkflowNodeMetadata
boolean hasWorkflowNodeMetadata()
.flyteidl.admin.WorkflowNodeMetadata workflow_node_metadata = 8;- Returns:
- Whether the workflowNodeMetadata field is set.
-
getWorkflowNodeMetadata
NodeExecutionOuterClass.WorkflowNodeMetadata getWorkflowNodeMetadata()
.flyteidl.admin.WorkflowNodeMetadata workflow_node_metadata = 8;- Returns:
- The workflowNodeMetadata.
-
getWorkflowNodeMetadataOrBuilder
NodeExecutionOuterClass.WorkflowNodeMetadataOrBuilder getWorkflowNodeMetadataOrBuilder()
.flyteidl.admin.WorkflowNodeMetadata workflow_node_metadata = 8;
-
getOutputResultCase
NodeExecutionOuterClass.NodeExecutionClosure.OutputResultCase getOutputResultCase()
-
getTargetMetadataCase
NodeExecutionOuterClass.NodeExecutionClosure.TargetMetadataCase getTargetMetadataCase()
-
-