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 StringgetAbortCause()Deprecated.flyteidl.admin.ExecutionClosure.abort_cause is deprecated.com.google.protobuf.ByteStringgetAbortCauseBytes()Deprecated.flyteidl.admin.ExecutionClosure.abort_cause is 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.flyteidl.admin.ExecutionClosure.computed_inputs is 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.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.List<? extends Common.NotificationOrBuilder>getNotificationsOrBuilderList()The notification settings to use after merging the CreateExecutionRequest and the launch plan notification settings.Literals.LiteralMapgetOutputData()Deprecated.flyteidl.admin.ExecutionClosure.output_data is deprecated.Literals.LiteralMapOrBuildergetOutputDataOrBuilder()Deprecated.ExecutionOuterClass.ExecutionClosure.OutputResultCasegetOutputResultCase()ExecutionOuterClass.LiteralMapBlobgetOutputs()Deprecated.flyteidl.admin.ExecutionClosure.outputs is deprecated.ExecutionOuterClass.LiteralMapBlobOrBuildergetOutputsOrBuilder()Deprecated.Execution.WorkflowExecution.PhasegetPhase()Most recent recorded phase for the execution.intgetPhaseValue()Most recent recorded phase for the execution.com.google.protobuf.TimestampgetStartedAt()Reported time at which the execution began running.com.google.protobuf.TimestampOrBuildergetStartedAtOrBuilder()Reported time at which the execution began running.ExecutionOuterClass.ExecutionStateChangeDetailsgetStateChangeDetails()Provides the details of the last stage changeExecutionOuterClass.ExecutionStateChangeDetailsOrBuildergetStateChangeDetailsOrBuilder()Provides the details of the last stage changecom.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.booleanhasAbortCause()Deprecated.flyteidl.admin.ExecutionClosure.abort_cause is deprecated.booleanhasAbortMetadata()In the case of a user-specified abort, this will pass along the user and their supplied cause.booleanhasComputedInputs()Deprecated.flyteidl.admin.ExecutionClosure.computed_inputs is 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.booleanhasOutputData()Deprecated.flyteidl.admin.ExecutionClosure.output_data is deprecated.booleanhasOutputs()Deprecated.flyteidl.admin.ExecutionClosure.outputs is deprecated.booleanhasStartedAt()Reported time at which the execution began running.booleanhasStateChangeDetails()Provides the details of the last stage changebooleanhasUpdatedAt()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
@Deprecated boolean hasOutputs()
Deprecated.flyteidl.admin.ExecutionClosure.outputs is deprecated. See flyteidl/admin/execution.proto;l=131Output URI in the case of a successful execution. DEPRECATED. Use GetExecutionData to fetch output data instead.
.flyteidl.admin.LiteralMapBlob outputs = 1 [deprecated = true];- Returns:
- Whether the outputs field is set.
-
getOutputs
@Deprecated ExecutionOuterClass.LiteralMapBlob getOutputs()
Deprecated.flyteidl.admin.ExecutionClosure.outputs is deprecated. See flyteidl/admin/execution.proto;l=131Output URI in the case of a successful execution. DEPRECATED. Use GetExecutionData to fetch output data instead.
.flyteidl.admin.LiteralMapBlob outputs = 1 [deprecated = true];- Returns:
- The outputs.
-
getOutputsOrBuilder
@Deprecated ExecutionOuterClass.LiteralMapBlobOrBuilder getOutputsOrBuilder()
Deprecated.Output URI in the case of a successful execution. DEPRECATED. Use GetExecutionData to fetch output data instead.
.flyteidl.admin.LiteralMapBlob outputs = 1 [deprecated = true];
-
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;
-
hasAbortCause
@Deprecated boolean hasAbortCause()
Deprecated.flyteidl.admin.ExecutionClosure.abort_cause is deprecated. See flyteidl/admin/execution.proto;l=137In the case of a user-specified abort, this will pass along the user-supplied cause.
string abort_cause = 10 [deprecated = true];- Returns:
- Whether the abortCause field is set.
-
getAbortCause
@Deprecated String getAbortCause()
Deprecated.flyteidl.admin.ExecutionClosure.abort_cause is deprecated. See flyteidl/admin/execution.proto;l=137In 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.flyteidl.admin.ExecutionClosure.abort_cause is deprecated. See flyteidl/admin/execution.proto;l=137In 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;
-
hasOutputData
@Deprecated boolean hasOutputData()
Deprecated.flyteidl.admin.ExecutionClosure.output_data is deprecated. See flyteidl/admin/execution.proto;l=144Raw output data produced by this execution. DEPRECATED. Use GetExecutionData to fetch output data instead.
.flyteidl.core.LiteralMap output_data = 13 [deprecated = true];- Returns:
- Whether the outputData field is set.
-
getOutputData
@Deprecated Literals.LiteralMap getOutputData()
Deprecated.flyteidl.admin.ExecutionClosure.output_data is deprecated. See flyteidl/admin/execution.proto;l=144Raw output data produced by this execution. DEPRECATED. Use GetExecutionData to fetch output data instead.
.flyteidl.core.LiteralMap output_data = 13 [deprecated = true];- Returns:
- The outputData.
-
getOutputDataOrBuilder
@Deprecated Literals.LiteralMapOrBuilder getOutputDataOrBuilder()
Deprecated.Raw output data produced by this execution. DEPRECATED. Use GetExecutionData to fetch output data instead.
.flyteidl.core.LiteralMap output_data = 13 [deprecated = true];
-
hasComputedInputs
@Deprecated boolean hasComputedInputs()
Deprecated.flyteidl.admin.ExecutionClosure.computed_inputs is deprecated. See flyteidl/admin/execution.proto;l=149Inputs 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.flyteidl.admin.ExecutionClosure.computed_inputs is deprecated. See flyteidl/admin/execution.proto;l=149Inputs 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 time 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 time at which the execution began running.
.google.protobuf.Timestamp started_at = 5;- Returns:
- The startedAt.
-
getStartedAtOrBuilder
com.google.protobuf.TimestampOrBuilder getStartedAtOrBuilder()
Reported time 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
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
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;
-
hasStateChangeDetails
boolean hasStateChangeDetails()
Provides the details of the last stage change
.flyteidl.admin.ExecutionStateChangeDetails state_change_details = 14;- Returns:
- Whether the stateChangeDetails field is set.
-
getStateChangeDetails
ExecutionOuterClass.ExecutionStateChangeDetails getStateChangeDetails()
Provides the details of the last stage change
.flyteidl.admin.ExecutionStateChangeDetails state_change_details = 14;- Returns:
- The stateChangeDetails.
-
getStateChangeDetailsOrBuilder
ExecutionOuterClass.ExecutionStateChangeDetailsOrBuilder getStateChangeDetailsOrBuilder()
Provides the details of the last stage change
.flyteidl.admin.ExecutionStateChangeDetails state_change_details = 14;
-
getOutputResultCase
ExecutionOuterClass.ExecutionClosure.OutputResultCase getOutputResultCase()
-
-