Package flyteidl.admin
Interface LaunchPlanOuterClass.LaunchPlanCreateRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LaunchPlanOuterClass.LaunchPlanCreateRequest,LaunchPlanOuterClass.LaunchPlanCreateRequest.Builder
- Enclosing class:
- LaunchPlanOuterClass
public static interface LaunchPlanOuterClass.LaunchPlanCreateRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.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;
-
-