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