Interface LaunchPlanOuterClass.LaunchPlanCreateRequestOrBuilder

    • 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.