Package flyteidl.admin
Interface TaskExecutionOuterClass.TaskExecutionGetDataRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TaskExecutionOuterClass.TaskExecutionGetDataRequest,TaskExecutionOuterClass.TaskExecutionGetDataRequest.Builder
- Enclosing class:
- TaskExecutionOuterClass
public static interface TaskExecutionOuterClass.TaskExecutionGetDataRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdentifierOuterClass.TaskExecutionIdentifiergetId()The identifier of the task execution for which to fetch inputs and outputs.IdentifierOuterClass.TaskExecutionIdentifierOrBuildergetIdOrBuilder()The identifier of the task execution for which to fetch inputs and outputs.booleanhasId()The identifier of the task execution for which to fetch inputs and outputs.-
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()
The identifier of the task execution for which to fetch inputs and outputs. +required
.flyteidl.core.TaskExecutionIdentifier id = 1;- Returns:
- Whether the id field is set.
-
getId
IdentifierOuterClass.TaskExecutionIdentifier getId()
The identifier of the task execution for which to fetch inputs and outputs. +required
.flyteidl.core.TaskExecutionIdentifier id = 1;- Returns:
- The id.
-
getIdOrBuilder
IdentifierOuterClass.TaskExecutionIdentifierOrBuilder getIdOrBuilder()
The identifier of the task execution for which to fetch inputs and outputs. +required
.flyteidl.core.TaskExecutionIdentifier id = 1;
-
-