Interface Event.ParentNodeExecutionMetadataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getNodeId()
      Unique identifier of the parent node id within the execution This is value of core.NodeExecutionIdentifier.node_id of the parent node
      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
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.