Package flyteidl.event
Interface Event.WorkflowNodeMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Event.WorkflowNodeMetadata,Event.WorkflowNodeMetadata.Builder
- Enclosing class:
- Event
public static interface Event.WorkflowNodeMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdentifierOuterClass.WorkflowExecutionIdentifiergetExecutionId().flyteidl.core.WorkflowExecutionIdentifier execution_id = 1;IdentifierOuterClass.WorkflowExecutionIdentifierOrBuildergetExecutionIdOrBuilder().flyteidl.core.WorkflowExecutionIdentifier execution_id = 1;booleanhasExecutionId().flyteidl.core.WorkflowExecutionIdentifier execution_id = 1;-
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()
.flyteidl.core.WorkflowExecutionIdentifier execution_id = 1;- Returns:
- Whether the executionId field is set.
-
getExecutionId
IdentifierOuterClass.WorkflowExecutionIdentifier getExecutionId()
.flyteidl.core.WorkflowExecutionIdentifier execution_id = 1;- Returns:
- The executionId.
-
getExecutionIdOrBuilder
IdentifierOuterClass.WorkflowExecutionIdentifierOrBuilder getExecutionIdOrBuilder()
.flyteidl.core.WorkflowExecutionIdentifier execution_id = 1;
-
-