Package flyteidl.core
Interface IdentifierOuterClass.NodeExecutionIdentifierOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IdentifierOuterClass.NodeExecutionIdentifier,IdentifierOuterClass.NodeExecutionIdentifier.Builder
- Enclosing class:
- IdentifierOuterClass
public static interface IdentifierOuterClass.NodeExecutionIdentifierOrBuilder 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 = 2;IdentifierOuterClass.WorkflowExecutionIdentifierOrBuildergetExecutionIdOrBuilder().flyteidl.core.WorkflowExecutionIdentifier execution_id = 2;StringgetNodeId()string node_id = 1;com.google.protobuf.ByteStringgetNodeIdBytes()string node_id = 1;booleanhasExecutionId().flyteidl.core.WorkflowExecutionIdentifier execution_id = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNodeId
String getNodeId()
string node_id = 1;- Returns:
- The nodeId.
-
getNodeIdBytes
com.google.protobuf.ByteString getNodeIdBytes()
string node_id = 1;- Returns:
- The bytes for nodeId.
-
hasExecutionId
boolean hasExecutionId()
.flyteidl.core.WorkflowExecutionIdentifier execution_id = 2;- Returns:
- Whether the executionId field is set.
-
getExecutionId
IdentifierOuterClass.WorkflowExecutionIdentifier getExecutionId()
.flyteidl.core.WorkflowExecutionIdentifier execution_id = 2;- Returns:
- The executionId.
-
getExecutionIdOrBuilder
IdentifierOuterClass.WorkflowExecutionIdentifierOrBuilder getExecutionIdOrBuilder()
.flyteidl.core.WorkflowExecutionIdentifier execution_id = 2;
-
-