Interface LaunchPlanOuterClass.LaunchPlanOrBuilder

    • Method Detail

      • hasId

        boolean hasId()
         Uniquely identifies a launch plan entity.
         
        .flyteidl.core.Identifier id = 1;
        Returns:
        Whether the id field is set.
      • hasSpec

        boolean hasSpec()
         User-provided launch plan details, including reference workflow, inputs and other metadata.
         
        .flyteidl.admin.LaunchPlanSpec spec = 2;
        Returns:
        Whether the spec field is set.
      • getSpec

        LaunchPlanOuterClass.LaunchPlanSpec getSpec()
         User-provided launch plan details, including reference workflow, inputs and other metadata.
         
        .flyteidl.admin.LaunchPlanSpec spec = 2;
        Returns:
        The spec.
      • hasClosure

        boolean hasClosure()
         Values computed by the flyte platform after launch plan registration.
         
        .flyteidl.admin.LaunchPlanClosure closure = 3;
        Returns:
        Whether the closure field is set.
      • getClosure

        LaunchPlanOuterClass.LaunchPlanClosure getClosure()
         Values computed by the flyte platform after launch plan registration.
         
        .flyteidl.admin.LaunchPlanClosure closure = 3;
        Returns:
        The closure.