Package flyteidl.admin
Interface WorkflowOuterClass.WorkflowCreateRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorkflowOuterClass.WorkflowCreateRequest,WorkflowOuterClass.WorkflowCreateRequest.Builder
- Enclosing class:
- WorkflowOuterClass
public static interface WorkflowOuterClass.WorkflowCreateRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdentifierOuterClass.IdentifiergetId()id represents the unique identifier of the workflow.IdentifierOuterClass.IdentifierOrBuildergetIdOrBuilder()id represents the unique identifier of the workflow.WorkflowOuterClass.WorkflowSpecgetSpec()Represents the specification for workflow.WorkflowOuterClass.WorkflowSpecOrBuildergetSpecOrBuilder()Represents the specification for workflow.booleanhasId()id represents the unique identifier of the workflow.booleanhasSpec()Represents the specification for 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. +required
.flyteidl.core.Identifier id = 1;- Returns:
- Whether the id field is set.
-
getId
IdentifierOuterClass.Identifier getId()
id represents the unique identifier of the workflow. +required
.flyteidl.core.Identifier id = 1;- Returns:
- The id.
-
getIdOrBuilder
IdentifierOuterClass.IdentifierOrBuilder getIdOrBuilder()
id represents the unique identifier of the workflow. +required
.flyteidl.core.Identifier id = 1;
-
hasSpec
boolean hasSpec()
Represents the specification for workflow. +required
.flyteidl.admin.WorkflowSpec spec = 2;- Returns:
- Whether the spec field is set.
-
getSpec
WorkflowOuterClass.WorkflowSpec getSpec()
Represents the specification for workflow. +required
.flyteidl.admin.WorkflowSpec spec = 2;- Returns:
- The spec.
-
getSpecOrBuilder
WorkflowOuterClass.WorkflowSpecOrBuilder getSpecOrBuilder()
Represents the specification for workflow. +required
.flyteidl.admin.WorkflowSpec spec = 2;
-
-