Package flyteidl.admin
Interface ExecutionOuterClass.WorkflowExecutionGetDataResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExecutionOuterClass.WorkflowExecutionGetDataResponse,ExecutionOuterClass.WorkflowExecutionGetDataResponse.Builder
- Enclosing class:
- ExecutionOuterClass
public static interface ExecutionOuterClass.WorkflowExecutionGetDataResponseOrBuilder 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 execution inputs.Common.UrlBlobOrBuildergetInputsOrBuilder()Signed url to fetch a core.LiteralMap of execution inputs.Common.UrlBlobgetOutputs()Signed url to fetch a core.LiteralMap of execution outputs.Common.UrlBlobOrBuildergetOutputsOrBuilder()Signed url to fetch a core.LiteralMap of execution outputs.booleanhasInputs()Signed url to fetch a core.LiteralMap of execution inputs.booleanhasOutputs()Signed url to fetch a core.LiteralMap of execution outputs.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasOutputs
boolean hasOutputs()
Signed url to fetch a core.LiteralMap of execution outputs.
.flyteidl.admin.UrlBlob outputs = 1;- Returns:
- Whether the outputs field is set.
-
getOutputs
Common.UrlBlob getOutputs()
Signed url to fetch a core.LiteralMap of execution outputs.
.flyteidl.admin.UrlBlob outputs = 1;- Returns:
- The outputs.
-
getOutputsOrBuilder
Common.UrlBlobOrBuilder getOutputsOrBuilder()
Signed url to fetch a core.LiteralMap of execution outputs.
.flyteidl.admin.UrlBlob outputs = 1;
-
hasInputs
boolean hasInputs()
Signed url to fetch a core.LiteralMap of execution inputs.
.flyteidl.admin.UrlBlob inputs = 2;- Returns:
- Whether the inputs field is set.
-
getInputs
Common.UrlBlob getInputs()
Signed url to fetch a core.LiteralMap of execution inputs.
.flyteidl.admin.UrlBlob inputs = 2;- Returns:
- The inputs.
-
getInputsOrBuilder
Common.UrlBlobOrBuilder getInputsOrBuilder()
Signed url to fetch a core.LiteralMap of execution inputs.
.flyteidl.admin.UrlBlob inputs = 2;
-
-