Package flyteidl.admin
Interface TaskOuterClass.TaskCreateRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TaskOuterClass.TaskCreateRequest,TaskOuterClass.TaskCreateRequest.Builder
- Enclosing class:
- TaskOuterClass
public static interface TaskOuterClass.TaskCreateRequestOrBuilder 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 task.IdentifierOuterClass.IdentifierOrBuildergetIdOrBuilder()id represents the unique identifier of the task.TaskOuterClass.TaskSpecgetSpec()Represents the specification for task.TaskOuterClass.TaskSpecOrBuildergetSpecOrBuilder()Represents the specification for task.booleanhasId()id represents the unique identifier of the task.booleanhasSpec()Represents the specification for 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. +required
.flyteidl.core.Identifier id = 1;- Returns:
- Whether the id field is set.
-
getId
IdentifierOuterClass.Identifier getId()
id represents the unique identifier of the task. +required
.flyteidl.core.Identifier id = 1;- Returns:
- The id.
-
getIdOrBuilder
IdentifierOuterClass.IdentifierOrBuilder getIdOrBuilder()
id represents the unique identifier of the task. +required
.flyteidl.core.Identifier id = 1;
-
hasSpec
boolean hasSpec()
Represents the specification for task. +required
.flyteidl.admin.TaskSpec spec = 2;- Returns:
- Whether the spec field is set.
-
getSpec
TaskOuterClass.TaskSpec getSpec()
Represents the specification for task. +required
.flyteidl.admin.TaskSpec spec = 2;- Returns:
- The spec.
-
getSpecOrBuilder
TaskOuterClass.TaskSpecOrBuilder getSpecOrBuilder()
Represents the specification for task. +required
.flyteidl.admin.TaskSpec spec = 2;
-
-