Interface TaskOuterClass.TaskOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    TaskOuterClass.Task, TaskOuterClass.Task.Builder
    Enclosing class:
    TaskOuterClass

    public static interface TaskOuterClass.TaskOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasId

        boolean hasId()
         id represents the unique identifier of the task.
         
        .flyteidl.core.Identifier id = 1;
        Returns:
        Whether the id field is set.
      • hasClosure

        boolean hasClosure()
         closure encapsulates all the fields that maps to a compiled version of the task.
         
        .flyteidl.admin.TaskClosure closure = 2;
        Returns:
        Whether the closure field is set.
      • getClosure

        TaskOuterClass.TaskClosure getClosure()
         closure encapsulates all the fields that maps to a compiled version of the task.
         
        .flyteidl.admin.TaskClosure closure = 2;
        Returns:
        The closure.
      • getClosureOrBuilder

        TaskOuterClass.TaskClosureOrBuilder getClosureOrBuilder()
         closure encapsulates all the fields that maps to a compiled version of the task.
         
        .flyteidl.admin.TaskClosure closure = 2;