Package flyteidl.admin
Interface LaunchPlanOuterClass.LaunchPlanOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LaunchPlanOuterClass.LaunchPlan,LaunchPlanOuterClass.LaunchPlan.Builder
- Enclosing class:
- LaunchPlanOuterClass
public static interface LaunchPlanOuterClass.LaunchPlanOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LaunchPlanOuterClass.LaunchPlanClosuregetClosure()Values computed by the flyte platform after launch plan registration.LaunchPlanOuterClass.LaunchPlanClosureOrBuildergetClosureOrBuilder()Values computed by the flyte platform after launch plan registration.IdentifierOuterClass.IdentifiergetId()Uniquely identifies a launch plan entity.IdentifierOuterClass.IdentifierOrBuildergetIdOrBuilder()Uniquely identifies a launch plan entity.LaunchPlanOuterClass.LaunchPlanSpecgetSpec()User-provided launch plan details, including reference workflow, inputs and other metadata.LaunchPlanOuterClass.LaunchPlanSpecOrBuildergetSpecOrBuilder()User-provided launch plan details, including reference workflow, inputs and other metadata.booleanhasClosure()Values computed by the flyte platform after launch plan registration.booleanhasId()Uniquely identifies a launch plan entity.booleanhasSpec()User-provided launch plan details, including reference workflow, inputs and other metadata.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasId
boolean hasId()
Uniquely identifies a launch plan entity.
.flyteidl.core.Identifier id = 1;- Returns:
- Whether the id field is set.
-
getId
IdentifierOuterClass.Identifier getId()
Uniquely identifies a launch plan entity.
.flyteidl.core.Identifier id = 1;- Returns:
- The id.
-
getIdOrBuilder
IdentifierOuterClass.IdentifierOrBuilder getIdOrBuilder()
Uniquely identifies a launch plan entity.
.flyteidl.core.Identifier id = 1;
-
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.
-
getSpecOrBuilder
LaunchPlanOuterClass.LaunchPlanSpecOrBuilder getSpecOrBuilder()
User-provided launch plan details, including reference workflow, inputs and other metadata.
.flyteidl.admin.LaunchPlanSpec spec = 2;
-
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.
-
getClosureOrBuilder
LaunchPlanOuterClass.LaunchPlanClosureOrBuilder getClosureOrBuilder()
Values computed by the flyte platform after launch plan registration.
.flyteidl.admin.LaunchPlanClosure closure = 3;
-
-