Interface LaunchPlanOuterClass.LaunchPlanClosureOrBuilder

    • Method Detail

      • getStateValue

        int getStateValue()
         Indicate the Launch plan state. 
         
        .flyteidl.admin.LaunchPlanState state = 1;
        Returns:
        The enum numeric value on the wire for state.
      • hasExpectedInputs

        boolean hasExpectedInputs()
         Indicates the set of inputs expected when creating an execution with the Launch plan
         
        .flyteidl.core.ParameterMap expected_inputs = 2;
        Returns:
        Whether the expectedInputs field is set.
      • getExpectedInputs

        Interface.ParameterMap getExpectedInputs()
         Indicates the set of inputs expected when creating an execution with the Launch plan
         
        .flyteidl.core.ParameterMap expected_inputs = 2;
        Returns:
        The expectedInputs.
      • getExpectedInputsOrBuilder

        Interface.ParameterMapOrBuilder getExpectedInputsOrBuilder()
         Indicates the set of inputs expected when creating an execution with the Launch plan
         
        .flyteidl.core.ParameterMap expected_inputs = 2;
      • hasExpectedOutputs

        boolean hasExpectedOutputs()
         Indicates the set of outputs expected to be produced by creating an execution with the Launch plan
         
        .flyteidl.core.VariableMap expected_outputs = 3;
        Returns:
        Whether the expectedOutputs field is set.
      • getExpectedOutputs

        Interface.VariableMap getExpectedOutputs()
         Indicates the set of outputs expected to be produced by creating an execution with the Launch plan
         
        .flyteidl.core.VariableMap expected_outputs = 3;
        Returns:
        The expectedOutputs.
      • getExpectedOutputsOrBuilder

        Interface.VariableMapOrBuilder getExpectedOutputsOrBuilder()
         Indicates the set of outputs expected to be produced by creating an execution with the Launch plan
         
        .flyteidl.core.VariableMap expected_outputs = 3;
      • hasCreatedAt

        boolean hasCreatedAt()
         Time at which the launch plan was created.
         
        .google.protobuf.Timestamp created_at = 4;
        Returns:
        Whether the createdAt field is set.
      • getCreatedAt

        com.google.protobuf.Timestamp getCreatedAt()
         Time at which the launch plan was created.
         
        .google.protobuf.Timestamp created_at = 4;
        Returns:
        The createdAt.
      • getCreatedAtOrBuilder

        com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder()
         Time at which the launch plan was created.
         
        .google.protobuf.Timestamp created_at = 4;
      • hasUpdatedAt

        boolean hasUpdatedAt()
         Time at which the launch plan was last updated.
         
        .google.protobuf.Timestamp updated_at = 5;
        Returns:
        Whether the updatedAt field is set.
      • getUpdatedAt

        com.google.protobuf.Timestamp getUpdatedAt()
         Time at which the launch plan was last updated.
         
        .google.protobuf.Timestamp updated_at = 5;
        Returns:
        The updatedAt.
      • getUpdatedAtOrBuilder

        com.google.protobuf.TimestampOrBuilder getUpdatedAtOrBuilder()
         Time at which the launch plan was last updated.
         
        .google.protobuf.Timestamp updated_at = 5;