Package flyteidl.event
Interface Event.WorkflowExecutionEventOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Event.WorkflowExecutionEvent,Event.WorkflowExecutionEvent.Builder
- Enclosing class:
- Event
public static interface Event.WorkflowExecutionEventOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Execution.ExecutionErrorgetError()Error information for the executionExecution.ExecutionErrorOrBuildergetErrorOrBuilder()Error information for the executionIdentifierOuterClass.WorkflowExecutionIdentifiergetExecutionId()Workflow execution idIdentifierOuterClass.WorkflowExecutionIdentifierOrBuildergetExecutionIdOrBuilder()Workflow execution idcom.google.protobuf.TimestampgetOccurredAt()This timestamp represents when the original event occurred, it is generated by the executor of the workflow.com.google.protobuf.TimestampOrBuildergetOccurredAtOrBuilder()This timestamp represents when the original event occurred, it is generated by the executor of the workflow.Event.WorkflowExecutionEvent.OutputResultCasegetOutputResultCase()java.lang.StringgetOutputUri()URL to the output of the execution, it encodes all the information including Cloud source provider.com.google.protobuf.ByteStringgetOutputUriBytes()URL to the output of the execution, it encodes all the information including Cloud source provider.Execution.WorkflowExecution.PhasegetPhase().flyteidl.core.WorkflowExecution.Phase phase = 3;intgetPhaseValue().flyteidl.core.WorkflowExecution.Phase phase = 3;java.lang.StringgetProducerId()the id of the originator (Propeller) of the eventcom.google.protobuf.ByteStringgetProducerIdBytes()the id of the originator (Propeller) of the eventbooleanhasError()Error information for the executionbooleanhasExecutionId()Workflow execution idbooleanhasOccurredAt()This timestamp represents when the original event occurred, it is generated by the executor of the workflow.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasExecutionId
boolean hasExecutionId()
Workflow execution id
.flyteidl.core.WorkflowExecutionIdentifier execution_id = 1;- Returns:
- Whether the executionId field is set.
-
getExecutionId
IdentifierOuterClass.WorkflowExecutionIdentifier getExecutionId()
Workflow execution id
.flyteidl.core.WorkflowExecutionIdentifier execution_id = 1;- Returns:
- The executionId.
-
getExecutionIdOrBuilder
IdentifierOuterClass.WorkflowExecutionIdentifierOrBuilder getExecutionIdOrBuilder()
Workflow execution id
.flyteidl.core.WorkflowExecutionIdentifier execution_id = 1;
-
getProducerId
java.lang.String getProducerId()
the id of the originator (Propeller) of the event
string producer_id = 2;- Returns:
- The producerId.
-
getProducerIdBytes
com.google.protobuf.ByteString getProducerIdBytes()
the id of the originator (Propeller) of the event
string producer_id = 2;- Returns:
- The bytes for producerId.
-
getPhaseValue
int getPhaseValue()
.flyteidl.core.WorkflowExecution.Phase phase = 3;- Returns:
- The enum numeric value on the wire for phase.
-
getPhase
Execution.WorkflowExecution.Phase getPhase()
.flyteidl.core.WorkflowExecution.Phase phase = 3;- Returns:
- The phase.
-
hasOccurredAt
boolean hasOccurredAt()
This timestamp represents when the original event occurred, it is generated by the executor of the workflow.
.google.protobuf.Timestamp occurred_at = 4;- Returns:
- Whether the occurredAt field is set.
-
getOccurredAt
com.google.protobuf.Timestamp getOccurredAt()
This timestamp represents when the original event occurred, it is generated by the executor of the workflow.
.google.protobuf.Timestamp occurred_at = 4;- Returns:
- The occurredAt.
-
getOccurredAtOrBuilder
com.google.protobuf.TimestampOrBuilder getOccurredAtOrBuilder()
This timestamp represents when the original event occurred, it is generated by the executor of the workflow.
.google.protobuf.Timestamp occurred_at = 4;
-
getOutputUri
java.lang.String getOutputUri()
URL to the output of the execution, it encodes all the information including Cloud source provider. ie., s3://...
string output_uri = 5;- Returns:
- The outputUri.
-
getOutputUriBytes
com.google.protobuf.ByteString getOutputUriBytes()
URL to the output of the execution, it encodes all the information including Cloud source provider. ie., s3://...
string output_uri = 5;- Returns:
- The bytes for outputUri.
-
hasError
boolean hasError()
Error information for the execution
.flyteidl.core.ExecutionError error = 6;- Returns:
- Whether the error field is set.
-
getError
Execution.ExecutionError getError()
Error information for the execution
.flyteidl.core.ExecutionError error = 6;- Returns:
- The error.
-
getErrorOrBuilder
Execution.ExecutionErrorOrBuilder getErrorOrBuilder()
Error information for the execution
.flyteidl.core.ExecutionError error = 6;
-
getOutputResultCase
Event.WorkflowExecutionEvent.OutputResultCase getOutputResultCase()
-
-