Interface WorkflowOuterClass.WorkflowOrBuilder

    • Method Detail

      • hasId

        boolean hasId()
         id represents the unique identifier of the workflow.
         
        .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 workflow.
         
        .flyteidl.admin.WorkflowClosure closure = 2;
        Returns:
        Whether the closure field is set.
      • getClosure

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

        WorkflowOuterClass.WorkflowClosureOrBuilder getClosureOrBuilder()
         closure encapsulates all the fields that maps to a compiled version of the workflow.
         
        .flyteidl.admin.WorkflowClosure closure = 2;