Package flyteidl.admin
Interface LaunchPlanOuterClass.LaunchPlanClosureOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LaunchPlanOuterClass.LaunchPlanClosure,LaunchPlanOuterClass.LaunchPlanClosure.Builder
- Enclosing class:
- LaunchPlanOuterClass
public static interface LaunchPlanOuterClass.LaunchPlanClosureOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetCreatedAt()Time at which the launch plan was created.com.google.protobuf.TimestampOrBuildergetCreatedAtOrBuilder()Time at which the launch plan was created.Interface.ParameterMapgetExpectedInputs()Indicates the set of inputs expected when creating an execution with the Launch planInterface.ParameterMapOrBuildergetExpectedInputsOrBuilder()Indicates the set of inputs expected when creating an execution with the Launch planInterface.VariableMapgetExpectedOutputs()Indicates the set of outputs expected to be produced by creating an execution with the Launch planInterface.VariableMapOrBuildergetExpectedOutputsOrBuilder()Indicates the set of outputs expected to be produced by creating an execution with the Launch planLaunchPlanOuterClass.LaunchPlanStategetState()Indicate the Launch plan state.intgetStateValue()Indicate the Launch plan state.com.google.protobuf.TimestampgetUpdatedAt()Time at which the launch plan was last updated.com.google.protobuf.TimestampOrBuildergetUpdatedAtOrBuilder()Time at which the launch plan was last updated.booleanhasCreatedAt()Time at which the launch plan was created.booleanhasExpectedInputs()Indicates the set of inputs expected when creating an execution with the Launch planbooleanhasExpectedOutputs()Indicates the set of outputs expected to be produced by creating an execution with the Launch planbooleanhasUpdatedAt()Time at which the launch plan was last updated.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
getState
LaunchPlanOuterClass.LaunchPlanState getState()
Indicate the Launch plan state.
.flyteidl.admin.LaunchPlanState state = 1;- Returns:
- The 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;
-
-