Package flyteidl.admin
Interface TaskOuterClass.TaskSpecOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TaskOuterClass.TaskSpec,TaskOuterClass.TaskSpec.Builder
- Enclosing class:
- TaskOuterClass
public static interface TaskOuterClass.TaskSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tasks.TaskTemplategetTemplate()Template of the task that encapsulates all the metadata of the task.Tasks.TaskTemplateOrBuildergetTemplateOrBuilder()Template of the task that encapsulates all the metadata of the task.booleanhasTemplate()Template of the task that encapsulates all the metadata of the task.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTemplate
boolean hasTemplate()
Template of the task that encapsulates all the metadata of the task.
.flyteidl.core.TaskTemplate template = 1;- Returns:
- Whether the template field is set.
-
getTemplate
Tasks.TaskTemplate getTemplate()
Template of the task that encapsulates all the metadata of the task.
.flyteidl.core.TaskTemplate template = 1;- Returns:
- The template.
-
getTemplateOrBuilder
Tasks.TaskTemplateOrBuilder getTemplateOrBuilder()
Template of the task that encapsulates all the metadata of the task.
.flyteidl.core.TaskTemplate template = 1;
-
-