Package flyteidl.admin
Interface TaskOuterClass.TaskClosureOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TaskOuterClass.TaskClosure,TaskOuterClass.TaskClosure.Builder
- Enclosing class:
- TaskOuterClass
public static interface TaskOuterClass.TaskClosureOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Compiler.CompiledTaskgetCompiledTask()Represents the compiled representation of the task from the specification provided.Compiler.CompiledTaskOrBuildergetCompiledTaskOrBuilder()Represents the compiled representation of the task from the specification provided.com.google.protobuf.TimestampgetCreatedAt()Time at which the task was created.com.google.protobuf.TimestampOrBuildergetCreatedAtOrBuilder()Time at which the task was created.booleanhasCompiledTask()Represents the compiled representation of the task from the specification provided.booleanhasCreatedAt()Time at which the task was created.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCompiledTask
boolean hasCompiledTask()
Represents the compiled representation of the task from the specification provided.
.flyteidl.core.CompiledTask compiled_task = 1;- Returns:
- Whether the compiledTask field is set.
-
getCompiledTask
Compiler.CompiledTask getCompiledTask()
Represents the compiled representation of the task from the specification provided.
.flyteidl.core.CompiledTask compiled_task = 1;- Returns:
- The compiledTask.
-
getCompiledTaskOrBuilder
Compiler.CompiledTaskOrBuilder getCompiledTaskOrBuilder()
Represents the compiled representation of the task from the specification provided.
.flyteidl.core.CompiledTask compiled_task = 1;
-
hasCreatedAt
boolean hasCreatedAt()
Time at which the task was created.
.google.protobuf.Timestamp created_at = 2;- Returns:
- Whether the createdAt field is set.
-
getCreatedAt
com.google.protobuf.Timestamp getCreatedAt()
Time at which the task was created.
.google.protobuf.Timestamp created_at = 2;- Returns:
- The createdAt.
-
getCreatedAtOrBuilder
com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder()
Time at which the task was created.
.google.protobuf.Timestamp created_at = 2;
-
-