Package flyteidl.admin
Interface ExecutionOuterClass.ExecutionSpecOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExecutionOuterClass.ExecutionSpec,ExecutionOuterClass.ExecutionSpec.Builder
- Enclosing class:
- ExecutionOuterClass
public static interface ExecutionOuterClass.ExecutionSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Common.AnnotationsgetAnnotations()Annotations to apply to the execution resource.Common.AnnotationsOrBuildergetAnnotationsOrBuilder()Annotations to apply to the execution resource.booleangetDisableAll()This should be set to true if all notifications are intended to be disabled for this execution.Literals.LiteralMapgetInputs()Deprecated.Literals.LiteralMapOrBuildergetInputsOrBuilder()Deprecated.Common.LabelsgetLabels()Labels to apply to the execution resource.Common.LabelsOrBuildergetLabelsOrBuilder()Labels to apply to the execution resource.IdentifierOuterClass.IdentifiergetLaunchPlan()Launch plan to be executedIdentifierOuterClass.IdentifierOrBuildergetLaunchPlanOrBuilder()Launch plan to be executedExecutionOuterClass.ExecutionMetadatagetMetadata()Metadata for the executionExecutionOuterClass.ExecutionMetadataOrBuildergetMetadataOrBuilder()Metadata for the executionExecutionOuterClass.ExecutionSpec.NotificationOverridesCasegetNotificationOverridesCase()ExecutionOuterClass.NotificationListgetNotifications()List of notifications based on Execution status transitions When this list is not empty it is used rather than any notifications defined in the referenced launch plan.ExecutionOuterClass.NotificationListOrBuildergetNotificationsOrBuilder()List of notifications based on Execution status transitions When this list is not empty it is used rather than any notifications defined in the referenced launch plan.booleanhasAnnotations()Annotations to apply to the execution resource.booleanhasInputs()Deprecated.booleanhasLabels()Labels to apply to the execution resource.booleanhasLaunchPlan()Launch plan to be executedbooleanhasMetadata()Metadata for the executionbooleanhasNotifications()List of notifications based on Execution status transitions When this list is not empty it is used rather than any notifications defined in the referenced launch plan.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasLaunchPlan
boolean hasLaunchPlan()
Launch plan to be executed
.flyteidl.core.Identifier launch_plan = 1;- Returns:
- Whether the launchPlan field is set.
-
getLaunchPlan
IdentifierOuterClass.Identifier getLaunchPlan()
Launch plan to be executed
.flyteidl.core.Identifier launch_plan = 1;- Returns:
- The launchPlan.
-
getLaunchPlanOrBuilder
IdentifierOuterClass.IdentifierOrBuilder getLaunchPlanOrBuilder()
Launch plan to be executed
.flyteidl.core.Identifier launch_plan = 1;
-
hasInputs
@Deprecated boolean hasInputs()
Deprecated.Input values to be passed for the execution
.flyteidl.core.LiteralMap inputs = 2 [deprecated = true];- Returns:
- Whether the inputs field is set.
-
getInputs
@Deprecated Literals.LiteralMap getInputs()
Deprecated.Input values to be passed for the execution
.flyteidl.core.LiteralMap inputs = 2 [deprecated = true];- Returns:
- The inputs.
-
getInputsOrBuilder
@Deprecated Literals.LiteralMapOrBuilder getInputsOrBuilder()
Deprecated.Input values to be passed for the execution
.flyteidl.core.LiteralMap inputs = 2 [deprecated = true];
-
hasMetadata
boolean hasMetadata()
Metadata for the execution
.flyteidl.admin.ExecutionMetadata metadata = 3;- Returns:
- Whether the metadata field is set.
-
getMetadata
ExecutionOuterClass.ExecutionMetadata getMetadata()
Metadata for the execution
.flyteidl.admin.ExecutionMetadata metadata = 3;- Returns:
- The metadata.
-
getMetadataOrBuilder
ExecutionOuterClass.ExecutionMetadataOrBuilder getMetadataOrBuilder()
Metadata for the execution
.flyteidl.admin.ExecutionMetadata metadata = 3;
-
hasNotifications
boolean hasNotifications()
List of notifications based on Execution status transitions When this list is not empty it is used rather than any notifications defined in the referenced launch plan. When this list is empty, the notifications defined for the launch plan will be applied.
.flyteidl.admin.NotificationList notifications = 5;- Returns:
- Whether the notifications field is set.
-
getNotifications
ExecutionOuterClass.NotificationList getNotifications()
List of notifications based on Execution status transitions When this list is not empty it is used rather than any notifications defined in the referenced launch plan. When this list is empty, the notifications defined for the launch plan will be applied.
.flyteidl.admin.NotificationList notifications = 5;- Returns:
- The notifications.
-
getNotificationsOrBuilder
ExecutionOuterClass.NotificationListOrBuilder getNotificationsOrBuilder()
List of notifications based on Execution status transitions When this list is not empty it is used rather than any notifications defined in the referenced launch plan. When this list is empty, the notifications defined for the launch plan will be applied.
.flyteidl.admin.NotificationList notifications = 5;
-
getDisableAll
boolean getDisableAll()
This should be set to true if all notifications are intended to be disabled for this execution.
bool disable_all = 6;- Returns:
- The disableAll.
-
hasLabels
boolean hasLabels()
Labels to apply to the execution resource.
.flyteidl.admin.Labels labels = 7;- Returns:
- Whether the labels field is set.
-
getLabels
Common.Labels getLabels()
Labels to apply to the execution resource.
.flyteidl.admin.Labels labels = 7;- Returns:
- The labels.
-
getLabelsOrBuilder
Common.LabelsOrBuilder getLabelsOrBuilder()
Labels to apply to the execution resource.
.flyteidl.admin.Labels labels = 7;
-
hasAnnotations
boolean hasAnnotations()
Annotations to apply to the execution resource.
.flyteidl.admin.Annotations annotations = 8;- Returns:
- Whether the annotations field is set.
-
getAnnotations
Common.Annotations getAnnotations()
Annotations to apply to the execution resource.
.flyteidl.admin.Annotations annotations = 8;- Returns:
- The annotations.
-
getAnnotationsOrBuilder
Common.AnnotationsOrBuilder getAnnotationsOrBuilder()
Annotations to apply to the execution resource.
.flyteidl.admin.Annotations annotations = 8;
-
getNotificationOverridesCase
ExecutionOuterClass.ExecutionSpec.NotificationOverridesCase getNotificationOverridesCase()
-
-