Interface WorkflowOuterClass.WorkflowCreateRequestOrBuilder

    • Method Detail

      • hasId

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

        IdentifierOuterClass.Identifier getId()
         id represents the unique identifier of the workflow.
         +required
         
        .flyteidl.core.Identifier id = 1;
        Returns:
        The id.
      • hasSpec

        boolean hasSpec()
         Represents the specification for workflow.
         +required
         
        .flyteidl.admin.WorkflowSpec spec = 2;
        Returns:
        Whether the spec field is set.
      • getSpec

        WorkflowOuterClass.WorkflowSpec getSpec()
         Represents the specification for workflow.
         +required
         
        .flyteidl.admin.WorkflowSpec spec = 2;
        Returns:
        The spec.