Package flyteidl.admin
Interface WorkflowOuterClass.WorkflowClosureOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorkflowOuterClass.WorkflowClosure,WorkflowOuterClass.WorkflowClosure.Builder
- Enclosing class:
- WorkflowOuterClass
public static interface WorkflowOuterClass.WorkflowClosureOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Compiler.CompiledWorkflowClosuregetCompiledWorkflow()Represents the compiled representation of the workflow from the specification provided.Compiler.CompiledWorkflowClosureOrBuildergetCompiledWorkflowOrBuilder()Represents the compiled representation of the workflow from the specification provided.com.google.protobuf.TimestampgetCreatedAt()Time at which the workflow was created.com.google.protobuf.TimestampOrBuildergetCreatedAtOrBuilder()Time at which the workflow was created.booleanhasCompiledWorkflow()Represents the compiled representation of the workflow from the specification provided.booleanhasCreatedAt()Time at which the workflow was created.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCompiledWorkflow
boolean hasCompiledWorkflow()
Represents the compiled representation of the workflow from the specification provided.
.flyteidl.core.CompiledWorkflowClosure compiled_workflow = 1;- Returns:
- Whether the compiledWorkflow field is set.
-
getCompiledWorkflow
Compiler.CompiledWorkflowClosure getCompiledWorkflow()
Represents the compiled representation of the workflow from the specification provided.
.flyteidl.core.CompiledWorkflowClosure compiled_workflow = 1;- Returns:
- The compiledWorkflow.
-
getCompiledWorkflowOrBuilder
Compiler.CompiledWorkflowClosureOrBuilder getCompiledWorkflowOrBuilder()
Represents the compiled representation of the workflow from the specification provided.
.flyteidl.core.CompiledWorkflowClosure compiled_workflow = 1;
-
hasCreatedAt
boolean hasCreatedAt()
Time at which the workflow 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 workflow was created.
.google.protobuf.Timestamp created_at = 2;- Returns:
- The createdAt.
-
getCreatedAtOrBuilder
com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder()
Time at which the workflow was created.
.google.protobuf.Timestamp created_at = 2;
-
-