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().flyteidl.admin.LaunchPlanClosure closure = 3;LaunchPlanOuterClass.LaunchPlanClosureOrBuildergetClosureOrBuilder().flyteidl.admin.LaunchPlanClosure closure = 3;IdentifierOuterClass.IdentifiergetId().flyteidl.core.Identifier id = 1;IdentifierOuterClass.IdentifierOrBuildergetIdOrBuilder().flyteidl.core.Identifier id = 1;LaunchPlanOuterClass.LaunchPlanSpecgetSpec().flyteidl.admin.LaunchPlanSpec spec = 2;LaunchPlanOuterClass.LaunchPlanSpecOrBuildergetSpecOrBuilder().flyteidl.admin.LaunchPlanSpec spec = 2;booleanhasClosure().flyteidl.admin.LaunchPlanClosure closure = 3;booleanhasId().flyteidl.core.Identifier id = 1;booleanhasSpec().flyteidl.admin.LaunchPlanSpec spec = 2;-
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()
.flyteidl.core.Identifier id = 1;- Returns:
- Whether the id field is set.
-
getId
IdentifierOuterClass.Identifier getId()
.flyteidl.core.Identifier id = 1;- Returns:
- The id.
-
getIdOrBuilder
IdentifierOuterClass.IdentifierOrBuilder getIdOrBuilder()
.flyteidl.core.Identifier id = 1;
-
hasSpec
boolean hasSpec()
.flyteidl.admin.LaunchPlanSpec spec = 2;- Returns:
- Whether the spec field is set.
-
getSpec
LaunchPlanOuterClass.LaunchPlanSpec getSpec()
.flyteidl.admin.LaunchPlanSpec spec = 2;- Returns:
- The spec.
-
getSpecOrBuilder
LaunchPlanOuterClass.LaunchPlanSpecOrBuilder getSpecOrBuilder()
.flyteidl.admin.LaunchPlanSpec spec = 2;
-
hasClosure
boolean hasClosure()
.flyteidl.admin.LaunchPlanClosure closure = 3;- Returns:
- Whether the closure field is set.
-
getClosure
LaunchPlanOuterClass.LaunchPlanClosure getClosure()
.flyteidl.admin.LaunchPlanClosure closure = 3;- Returns:
- The closure.
-
getClosureOrBuilder
LaunchPlanOuterClass.LaunchPlanClosureOrBuilder getClosureOrBuilder()
.flyteidl.admin.LaunchPlanClosure closure = 3;
-
-