Interface NodeExecutionOuterClass.NodeExecutionGetRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      IdentifierOuterClass.NodeExecutionIdentifier getId()
      Uniquely identifies an individual node execution.
      IdentifierOuterClass.NodeExecutionIdentifierOrBuilder getIdOrBuilder()
      Uniquely identifies an individual node execution.
      boolean hasId()
      Uniquely identifies an individual node execution.
      • 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

      • hasId

        boolean hasId()
         Uniquely identifies an individual node execution.
         +required
         
        .flyteidl.core.NodeExecutionIdentifier id = 1;
        Returns:
        Whether the id field is set.