Package flyteidl.event
Interface Event.ParentNodeExecutionMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Event.ParentNodeExecutionMetadata,Event.ParentNodeExecutionMetadata.Builder
- Enclosing class:
- Event
public static interface Event.ParentNodeExecutionMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetNodeId()Unique identifier of the parent node id within the execution This is value of core.NodeExecutionIdentifier.node_id of the parent nodecom.google.protobuf.ByteStringgetNodeIdBytes()Unique identifier of the parent node id within the execution This is value of core.NodeExecutionIdentifier.node_id of the parent node-
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()
Unique identifier of the parent node id within the execution This is value of core.NodeExecutionIdentifier.node_id of the parent node
string node_id = 1;- Returns:
- The nodeId.
-
getNodeIdBytes
com.google.protobuf.ByteString getNodeIdBytes()
Unique identifier of the parent node id within the execution This is value of core.NodeExecutionIdentifier.node_id of the parent node
string node_id = 1;- Returns:
- The bytes for nodeId.
-
-