Package flyteidl.admin
Interface TaskExecutionOuterClass.TaskExecutionGetDataResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TaskExecutionOuterClass.TaskExecutionGetDataResponse,TaskExecutionOuterClass.TaskExecutionGetDataResponse.Builder
- Enclosing class:
- TaskExecutionOuterClass
public static interface TaskExecutionOuterClass.TaskExecutionGetDataResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Common.UrlBlobgetInputs()Signed url to fetch a core.LiteralMap of task execution inputs.Common.UrlBlobOrBuildergetInputsOrBuilder()Signed url to fetch a core.LiteralMap of task execution inputs.Common.UrlBlobgetOutputs()Signed url to fetch a core.LiteralMap of task execution outputs.Common.UrlBlobOrBuildergetOutputsOrBuilder()Signed url to fetch a core.LiteralMap of task execution outputs.booleanhasInputs()Signed url to fetch a core.LiteralMap of task execution inputs.booleanhasOutputs()Signed url to fetch a core.LiteralMap of task execution outputs.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasInputs
boolean hasInputs()
Signed url to fetch a core.LiteralMap of task execution inputs.
.flyteidl.admin.UrlBlob inputs = 1;- Returns:
- Whether the inputs field is set.
-
getInputs
Common.UrlBlob getInputs()
Signed url to fetch a core.LiteralMap of task execution inputs.
.flyteidl.admin.UrlBlob inputs = 1;- Returns:
- The inputs.
-
getInputsOrBuilder
Common.UrlBlobOrBuilder getInputsOrBuilder()
Signed url to fetch a core.LiteralMap of task execution inputs.
.flyteidl.admin.UrlBlob inputs = 1;
-
hasOutputs
boolean hasOutputs()
Signed url to fetch a core.LiteralMap of task execution outputs.
.flyteidl.admin.UrlBlob outputs = 2;- Returns:
- Whether the outputs field is set.
-
getOutputs
Common.UrlBlob getOutputs()
Signed url to fetch a core.LiteralMap of task execution outputs.
.flyteidl.admin.UrlBlob outputs = 2;- Returns:
- The outputs.
-
getOutputsOrBuilder
Common.UrlBlobOrBuilder getOutputsOrBuilder()
Signed url to fetch a core.LiteralMap of task execution outputs.
.flyteidl.admin.UrlBlob outputs = 2;
-
-