Package flyteidl.admin
Interface LaunchPlanOuterClass.LaunchPlanSpecOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LaunchPlanOuterClass.LaunchPlanSpec,LaunchPlanOuterClass.LaunchPlanSpec.Builder
- Enclosing class:
- LaunchPlanOuterClass
public static interface LaunchPlanOuterClass.LaunchPlanSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Common.AnnotationsgetAnnotations()Custom annotations to be applied to the execution resource.Common.AnnotationsOrBuildergetAnnotationsOrBuilder()Custom annotations to be applied to the execution resource.LaunchPlanOuterClass.AuthgetAuth()Indicates the permission associated with workflow executions triggered with this launch plan.LaunchPlanOuterClass.AuthOrBuildergetAuthOrBuilder()Indicates the permission associated with workflow executions triggered with this launch plan.Interface.ParameterMapgetDefaultInputs()Input values to be passed for the executionInterface.ParameterMapOrBuildergetDefaultInputsOrBuilder()Input values to be passed for the executionLaunchPlanOuterClass.LaunchPlanMetadatagetEntityMetadata()Metadata for the Launch PlanLaunchPlanOuterClass.LaunchPlanMetadataOrBuildergetEntityMetadataOrBuilder()Metadata for the Launch PlanLiterals.LiteralMapgetFixedInputs()Fixed, non-overridable inputs for the Launch PlanLiterals.LiteralMapOrBuildergetFixedInputsOrBuilder()Fixed, non-overridable inputs for the Launch PlanCommon.LabelsgetLabels()Custom labels to be applied to the execution resource.Common.LabelsOrBuildergetLabelsOrBuilder()Custom labels to be applied to the execution resource.java.lang.StringgetRole()Deprecated.com.google.protobuf.ByteStringgetRoleBytes()Deprecated.IdentifierOuterClass.IdentifiergetWorkflowId()Reference to the Workflow template that the launch plan referencesIdentifierOuterClass.IdentifierOrBuildergetWorkflowIdOrBuilder()Reference to the Workflow template that the launch plan referencesbooleanhasAnnotations()Custom annotations to be applied to the execution resource.booleanhasAuth()Indicates the permission associated with workflow executions triggered with this launch plan.booleanhasDefaultInputs()Input values to be passed for the executionbooleanhasEntityMetadata()Metadata for the Launch PlanbooleanhasFixedInputs()Fixed, non-overridable inputs for the Launch PlanbooleanhasLabels()Custom labels to be applied to the execution resource.booleanhasWorkflowId()Reference to the Workflow template that the launch plan references-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasWorkflowId
boolean hasWorkflowId()
Reference to the Workflow template that the launch plan references
.flyteidl.core.Identifier workflow_id = 1;- Returns:
- Whether the workflowId field is set.
-
getWorkflowId
IdentifierOuterClass.Identifier getWorkflowId()
Reference to the Workflow template that the launch plan references
.flyteidl.core.Identifier workflow_id = 1;- Returns:
- The workflowId.
-
getWorkflowIdOrBuilder
IdentifierOuterClass.IdentifierOrBuilder getWorkflowIdOrBuilder()
Reference to the Workflow template that the launch plan references
.flyteidl.core.Identifier workflow_id = 1;
-
hasEntityMetadata
boolean hasEntityMetadata()
Metadata for the Launch Plan
.flyteidl.admin.LaunchPlanMetadata entity_metadata = 2;- Returns:
- Whether the entityMetadata field is set.
-
getEntityMetadata
LaunchPlanOuterClass.LaunchPlanMetadata getEntityMetadata()
Metadata for the Launch Plan
.flyteidl.admin.LaunchPlanMetadata entity_metadata = 2;- Returns:
- The entityMetadata.
-
getEntityMetadataOrBuilder
LaunchPlanOuterClass.LaunchPlanMetadataOrBuilder getEntityMetadataOrBuilder()
Metadata for the Launch Plan
.flyteidl.admin.LaunchPlanMetadata entity_metadata = 2;
-
hasDefaultInputs
boolean hasDefaultInputs()
Input values to be passed for the execution
.flyteidl.core.ParameterMap default_inputs = 3;- Returns:
- Whether the defaultInputs field is set.
-
getDefaultInputs
Interface.ParameterMap getDefaultInputs()
Input values to be passed for the execution
.flyteidl.core.ParameterMap default_inputs = 3;- Returns:
- The defaultInputs.
-
getDefaultInputsOrBuilder
Interface.ParameterMapOrBuilder getDefaultInputsOrBuilder()
Input values to be passed for the execution
.flyteidl.core.ParameterMap default_inputs = 3;
-
hasFixedInputs
boolean hasFixedInputs()
Fixed, non-overridable inputs for the Launch Plan
.flyteidl.core.LiteralMap fixed_inputs = 4;- Returns:
- Whether the fixedInputs field is set.
-
getFixedInputs
Literals.LiteralMap getFixedInputs()
Fixed, non-overridable inputs for the Launch Plan
.flyteidl.core.LiteralMap fixed_inputs = 4;- Returns:
- The fixedInputs.
-
getFixedInputsOrBuilder
Literals.LiteralMapOrBuilder getFixedInputsOrBuilder()
Fixed, non-overridable inputs for the Launch Plan
.flyteidl.core.LiteralMap fixed_inputs = 4;
-
getRole
@Deprecated java.lang.String getRole()
Deprecated.String to indicate the role to use to execute the workflow underneath
string role = 5 [deprecated = true];- Returns:
- The role.
-
getRoleBytes
@Deprecated com.google.protobuf.ByteString getRoleBytes()
Deprecated.String to indicate the role to use to execute the workflow underneath
string role = 5 [deprecated = true];- Returns:
- The bytes for role.
-
hasLabels
boolean hasLabels()
Custom labels to be applied to the execution resource.
.flyteidl.admin.Labels labels = 6;- Returns:
- Whether the labels field is set.
-
getLabels
Common.Labels getLabels()
Custom labels to be applied to the execution resource.
.flyteidl.admin.Labels labels = 6;- Returns:
- The labels.
-
getLabelsOrBuilder
Common.LabelsOrBuilder getLabelsOrBuilder()
Custom labels to be applied to the execution resource.
.flyteidl.admin.Labels labels = 6;
-
hasAnnotations
boolean hasAnnotations()
Custom annotations to be applied to the execution resource.
.flyteidl.admin.Annotations annotations = 7;- Returns:
- Whether the annotations field is set.
-
getAnnotations
Common.Annotations getAnnotations()
Custom annotations to be applied to the execution resource.
.flyteidl.admin.Annotations annotations = 7;- Returns:
- The annotations.
-
getAnnotationsOrBuilder
Common.AnnotationsOrBuilder getAnnotationsOrBuilder()
Custom annotations to be applied to the execution resource.
.flyteidl.admin.Annotations annotations = 7;
-
hasAuth
boolean hasAuth()
Indicates the permission associated with workflow executions triggered with this launch plan.
.flyteidl.admin.Auth auth = 8;- Returns:
- Whether the auth field is set.
-
getAuth
LaunchPlanOuterClass.Auth getAuth()
Indicates the permission associated with workflow executions triggered with this launch plan.
.flyteidl.admin.Auth auth = 8;- Returns:
- The auth.
-
getAuthOrBuilder
LaunchPlanOuterClass.AuthOrBuilder getAuthOrBuilder()
Indicates the permission associated with workflow executions triggered with this launch plan.
.flyteidl.admin.Auth auth = 8;
-
-