Package flyteidl.admin
Interface ExecutionOuterClass.ExecutionClosureOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExecutionOuterClass.ExecutionClosure,ExecutionOuterClass.ExecutionClosure.Builder
- Enclosing class:
- ExecutionOuterClass
public static interface ExecutionOuterClass.ExecutionClosureOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetAbortCause()Deprecated.com.google.protobuf.ByteStringgetAbortCauseBytes()Deprecated.ExecutionOuterClass.AbortMetadatagetAbortMetadata()In the case of a user-specified abort, this will pass along the user and their supplied cause.ExecutionOuterClass.AbortMetadataOrBuildergetAbortMetadataOrBuilder()In the case of a user-specified abort, this will pass along the user and their supplied cause.Literals.LiteralMapgetComputedInputs()Deprecated.Literals.LiteralMapOrBuildergetComputedInputsOrBuilder()Deprecated.com.google.protobuf.TimestampgetCreatedAt()Reported time at which the execution was created.com.google.protobuf.TimestampOrBuildergetCreatedAtOrBuilder()Reported time at which the execution was created.com.google.protobuf.DurationgetDuration()The amount of time the execution spent running.com.google.protobuf.DurationOrBuildergetDurationOrBuilder()The amount of time the execution spent running.Execution.ExecutionErrorgetError()Error information in the case of a failed execution.Execution.ExecutionErrorOrBuildergetErrorOrBuilder()Error information in the case of a failed execution.Common.NotificationgetNotifications(int index)The notification settings to use after merging the CreateExecutionRequest and the launch plan notification settings.intgetNotificationsCount()The notification settings to use after merging the CreateExecutionRequest and the launch plan notification settings.java.util.List<Common.Notification>getNotificationsList()The notification settings to use after merging the CreateExecutionRequest and the launch plan notification settings.Common.NotificationOrBuildergetNotificationsOrBuilder(int index)The notification settings to use after merging the CreateExecutionRequest and the launch plan notification settings.java.util.List<? extends Common.NotificationOrBuilder>getNotificationsOrBuilderList()The notification settings to use after merging the CreateExecutionRequest and the launch plan notification settings.ExecutionOuterClass.ExecutionClosure.OutputResultCasegetOutputResultCase()ExecutionOuterClass.LiteralMapBlobgetOutputs()A map of outputs in the case of a successful execution.ExecutionOuterClass.LiteralMapBlobOrBuildergetOutputsOrBuilder()A map of outputs in the case of a successful execution.Execution.WorkflowExecution.PhasegetPhase()Most recent recorded phase for the execution.intgetPhaseValue()Most recent recorded phase for the execution.com.google.protobuf.TimestampgetStartedAt()Reported ime at which the execution began running.com.google.protobuf.TimestampOrBuildergetStartedAtOrBuilder()Reported ime at which the execution began running.com.google.protobuf.TimestampgetUpdatedAt()Reported time at which the execution was last updated.com.google.protobuf.TimestampOrBuildergetUpdatedAtOrBuilder()Reported time at which the execution was last updated.IdentifierOuterClass.IdentifiergetWorkflowId()Identifies the workflow definition for this execution.IdentifierOuterClass.IdentifierOrBuildergetWorkflowIdOrBuilder()Identifies the workflow definition for this execution.booleanhasAbortMetadata()In the case of a user-specified abort, this will pass along the user and their supplied cause.booleanhasComputedInputs()Deprecated.booleanhasCreatedAt()Reported time at which the execution was created.booleanhasDuration()The amount of time the execution spent running.booleanhasError()Error information in the case of a failed execution.booleanhasOutputs()A map of outputs in the case of a successful execution.booleanhasStartedAt()Reported ime at which the execution began running.booleanhasUpdatedAt()Reported time at which the execution was last updated.booleanhasWorkflowId()Identifies the workflow definition for this execution.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasOutputs
boolean hasOutputs()
A map of outputs in the case of a successful execution.
.flyteidl.admin.LiteralMapBlob outputs = 1;- Returns:
- Whether the outputs field is set.
-
getOutputs
ExecutionOuterClass.LiteralMapBlob getOutputs()
A map of outputs in the case of a successful execution.
.flyteidl.admin.LiteralMapBlob outputs = 1;- Returns:
- The outputs.
-
getOutputsOrBuilder
ExecutionOuterClass.LiteralMapBlobOrBuilder getOutputsOrBuilder()
A map of outputs in the case of a successful execution.
.flyteidl.admin.LiteralMapBlob outputs = 1;
-
hasError
boolean hasError()
Error information in the case of a failed execution.
.flyteidl.core.ExecutionError error = 2;- Returns:
- Whether the error field is set.
-
getError
Execution.ExecutionError getError()
Error information in the case of a failed execution.
.flyteidl.core.ExecutionError error = 2;- Returns:
- The error.
-
getErrorOrBuilder
Execution.ExecutionErrorOrBuilder getErrorOrBuilder()
Error information in the case of a failed execution.
.flyteidl.core.ExecutionError error = 2;
-
getAbortCause
@Deprecated java.lang.String getAbortCause()
Deprecated.In the case of a user-specified abort, this will pass along the user-supplied cause.
string abort_cause = 10 [deprecated = true];- Returns:
- The abortCause.
-
getAbortCauseBytes
@Deprecated com.google.protobuf.ByteString getAbortCauseBytes()
Deprecated.In the case of a user-specified abort, this will pass along the user-supplied cause.
string abort_cause = 10 [deprecated = true];- Returns:
- The bytes for abortCause.
-
hasAbortMetadata
boolean hasAbortMetadata()
In the case of a user-specified abort, this will pass along the user and their supplied cause.
.flyteidl.admin.AbortMetadata abort_metadata = 12;- Returns:
- Whether the abortMetadata field is set.
-
getAbortMetadata
ExecutionOuterClass.AbortMetadata getAbortMetadata()
In the case of a user-specified abort, this will pass along the user and their supplied cause.
.flyteidl.admin.AbortMetadata abort_metadata = 12;- Returns:
- The abortMetadata.
-
getAbortMetadataOrBuilder
ExecutionOuterClass.AbortMetadataOrBuilder getAbortMetadataOrBuilder()
In the case of a user-specified abort, this will pass along the user and their supplied cause.
.flyteidl.admin.AbortMetadata abort_metadata = 12;
-
hasComputedInputs
@Deprecated boolean hasComputedInputs()
Deprecated.Inputs computed and passed for execution. computed_inputs depends on inputs in ExecutionSpec, fixed and default inputs in launch plan
.flyteidl.core.LiteralMap computed_inputs = 3 [deprecated = true];- Returns:
- Whether the computedInputs field is set.
-
getComputedInputs
@Deprecated Literals.LiteralMap getComputedInputs()
Deprecated.Inputs computed and passed for execution. computed_inputs depends on inputs in ExecutionSpec, fixed and default inputs in launch plan
.flyteidl.core.LiteralMap computed_inputs = 3 [deprecated = true];- Returns:
- The computedInputs.
-
getComputedInputsOrBuilder
@Deprecated Literals.LiteralMapOrBuilder getComputedInputsOrBuilder()
Deprecated.Inputs computed and passed for execution. computed_inputs depends on inputs in ExecutionSpec, fixed and default inputs in launch plan
.flyteidl.core.LiteralMap computed_inputs = 3 [deprecated = true];
-
getPhaseValue
int getPhaseValue()
Most recent recorded phase for the execution.
.flyteidl.core.WorkflowExecution.Phase phase = 4;- Returns:
- The enum numeric value on the wire for phase.
-
getPhase
Execution.WorkflowExecution.Phase getPhase()
Most recent recorded phase for the execution.
.flyteidl.core.WorkflowExecution.Phase phase = 4;- Returns:
- The phase.
-
hasStartedAt
boolean hasStartedAt()
Reported ime at which the execution began running.
.google.protobuf.Timestamp started_at = 5;- Returns:
- Whether the startedAt field is set.
-
getStartedAt
com.google.protobuf.Timestamp getStartedAt()
Reported ime at which the execution began running.
.google.protobuf.Timestamp started_at = 5;- Returns:
- The startedAt.
-
getStartedAtOrBuilder
com.google.protobuf.TimestampOrBuilder getStartedAtOrBuilder()
Reported ime at which the execution began running.
.google.protobuf.Timestamp started_at = 5;
-
hasDuration
boolean hasDuration()
The amount of time the execution spent running.
.google.protobuf.Duration duration = 6;- Returns:
- Whether the duration field is set.
-
getDuration
com.google.protobuf.Duration getDuration()
The amount of time the execution spent running.
.google.protobuf.Duration duration = 6;- Returns:
- The duration.
-
getDurationOrBuilder
com.google.protobuf.DurationOrBuilder getDurationOrBuilder()
The amount of time the execution spent running.
.google.protobuf.Duration duration = 6;
-
hasCreatedAt
boolean hasCreatedAt()
Reported time at which the execution was created.
.google.protobuf.Timestamp created_at = 7;- Returns:
- Whether the createdAt field is set.
-
getCreatedAt
com.google.protobuf.Timestamp getCreatedAt()
Reported time at which the execution was created.
.google.protobuf.Timestamp created_at = 7;- Returns:
- The createdAt.
-
getCreatedAtOrBuilder
com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder()
Reported time at which the execution was created.
.google.protobuf.Timestamp created_at = 7;
-
hasUpdatedAt
boolean hasUpdatedAt()
Reported time at which the execution was last updated.
.google.protobuf.Timestamp updated_at = 8;- Returns:
- Whether the updatedAt field is set.
-
getUpdatedAt
com.google.protobuf.Timestamp getUpdatedAt()
Reported time at which the execution was last updated.
.google.protobuf.Timestamp updated_at = 8;- Returns:
- The updatedAt.
-
getUpdatedAtOrBuilder
com.google.protobuf.TimestampOrBuilder getUpdatedAtOrBuilder()
Reported time at which the execution was last updated.
.google.protobuf.Timestamp updated_at = 8;
-
getNotificationsList
java.util.List<Common.Notification> getNotificationsList()
The notification settings to use after merging the CreateExecutionRequest and the launch plan notification settings. An execution launched with notifications will always prefer that definition to notifications defined statically in a launch plan.
repeated .flyteidl.admin.Notification notifications = 9;
-
getNotifications
Common.Notification getNotifications(int index)
The notification settings to use after merging the CreateExecutionRequest and the launch plan notification settings. An execution launched with notifications will always prefer that definition to notifications defined statically in a launch plan.
repeated .flyteidl.admin.Notification notifications = 9;
-
getNotificationsCount
int getNotificationsCount()
The notification settings to use after merging the CreateExecutionRequest and the launch plan notification settings. An execution launched with notifications will always prefer that definition to notifications defined statically in a launch plan.
repeated .flyteidl.admin.Notification notifications = 9;
-
getNotificationsOrBuilderList
java.util.List<? extends Common.NotificationOrBuilder> getNotificationsOrBuilderList()
The notification settings to use after merging the CreateExecutionRequest and the launch plan notification settings. An execution launched with notifications will always prefer that definition to notifications defined statically in a launch plan.
repeated .flyteidl.admin.Notification notifications = 9;
-
getNotificationsOrBuilder
Common.NotificationOrBuilder getNotificationsOrBuilder(int index)
The notification settings to use after merging the CreateExecutionRequest and the launch plan notification settings. An execution launched with notifications will always prefer that definition to notifications defined statically in a launch plan.
repeated .flyteidl.admin.Notification notifications = 9;
-
hasWorkflowId
boolean hasWorkflowId()
Identifies the workflow definition for this execution.
.flyteidl.core.Identifier workflow_id = 11;- Returns:
- Whether the workflowId field is set.
-
getWorkflowId
IdentifierOuterClass.Identifier getWorkflowId()
Identifies the workflow definition for this execution.
.flyteidl.core.Identifier workflow_id = 11;- Returns:
- The workflowId.
-
getWorkflowIdOrBuilder
IdentifierOuterClass.IdentifierOrBuilder getWorkflowIdOrBuilder()
Identifies the workflow definition for this execution.
.flyteidl.core.Identifier workflow_id = 11;
-
getOutputResultCase
ExecutionOuterClass.ExecutionClosure.OutputResultCase getOutputResultCase()
-
-