Package flyteidl.admin
Interface TaskOuterClass.TaskOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TaskOuterClass.Task,TaskOuterClass.Task.Builder
- Enclosing class:
- TaskOuterClass
public static interface TaskOuterClass.TaskOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TaskOuterClass.TaskClosuregetClosure()closure encapsulates all the fields that maps to a compiled version of the task.TaskOuterClass.TaskClosureOrBuildergetClosureOrBuilder()closure encapsulates all the fields that maps to a compiled version of the task.IdentifierOuterClass.IdentifiergetId()id represents the unique identifier of the task.IdentifierOuterClass.IdentifierOrBuildergetIdOrBuilder()id represents the unique identifier of the task.booleanhasClosure()closure encapsulates all the fields that maps to a compiled version of the task.booleanhasId()id represents the unique identifier 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
-
hasId
boolean hasId()
id represents the unique identifier of the task.
.flyteidl.core.Identifier id = 1;- Returns:
- Whether the id field is set.
-
getId
IdentifierOuterClass.Identifier getId()
id represents the unique identifier of the task.
.flyteidl.core.Identifier id = 1;- Returns:
- The id.
-
getIdOrBuilder
IdentifierOuterClass.IdentifierOrBuilder getIdOrBuilder()
id represents the unique identifier of the task.
.flyteidl.core.Identifier id = 1;
-
hasClosure
boolean hasClosure()
closure encapsulates all the fields that maps to a compiled version of the task.
.flyteidl.admin.TaskClosure closure = 2;- Returns:
- Whether the closure field is set.
-
getClosure
TaskOuterClass.TaskClosure getClosure()
closure encapsulates all the fields that maps to a compiled version of the task.
.flyteidl.admin.TaskClosure closure = 2;- Returns:
- The closure.
-
getClosureOrBuilder
TaskOuterClass.TaskClosureOrBuilder getClosureOrBuilder()
closure encapsulates all the fields that maps to a compiled version of the task.
.flyteidl.admin.TaskClosure closure = 2;
-
-