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