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 Deprecated Methods Modifier and Type Method Description Literals.LiteralMapgetFullInputs()Full_inputs will only be populated if they are under a configured size threshold.Literals.LiteralMapOrBuildergetFullInputsOrBuilder()Full_inputs will only be populated if they are under a configured size threshold.Literals.LiteralMapgetFullOutputs()Full_outputs will only be populated if they are under a configured size threshold.Literals.LiteralMapOrBuildergetFullOutputsOrBuilder()Full_outputs will only be populated if they are under a configured size threshold.Common.UrlBlobgetInputs()Deprecated.flyteidl.admin.WorkflowExecutionGetDataResponse.inputs is deprecated.Common.UrlBlobOrBuildergetInputsOrBuilder()Deprecated.Common.UrlBlobgetOutputs()Deprecated.flyteidl.admin.WorkflowExecutionGetDataResponse.outputs is deprecated.Common.UrlBlobOrBuildergetOutputsOrBuilder()Deprecated.booleanhasFullInputs()Full_inputs will only be populated if they are under a configured size threshold.booleanhasFullOutputs()Full_outputs will only be populated if they are under a configured size threshold.booleanhasInputs()Deprecated.flyteidl.admin.WorkflowExecutionGetDataResponse.inputs is deprecated.booleanhasOutputs()Deprecated.flyteidl.admin.WorkflowExecutionGetDataResponse.outputs is deprecated.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasOutputs
@Deprecated boolean hasOutputs()
Deprecated.flyteidl.admin.WorkflowExecutionGetDataResponse.outputs is deprecated. See flyteidl/admin/execution.proto;l=328Signed url to fetch a core.LiteralMap of execution outputs. Deprecated: Please use full_outputs instead.
.flyteidl.admin.UrlBlob outputs = 1 [deprecated = true];- Returns:
- Whether the outputs field is set.
-
getOutputs
@Deprecated Common.UrlBlob getOutputs()
Deprecated.flyteidl.admin.WorkflowExecutionGetDataResponse.outputs is deprecated. See flyteidl/admin/execution.proto;l=328Signed url to fetch a core.LiteralMap of execution outputs. Deprecated: Please use full_outputs instead.
.flyteidl.admin.UrlBlob outputs = 1 [deprecated = true];- Returns:
- The outputs.
-
getOutputsOrBuilder
@Deprecated Common.UrlBlobOrBuilder getOutputsOrBuilder()
Deprecated.Signed url to fetch a core.LiteralMap of execution outputs. Deprecated: Please use full_outputs instead.
.flyteidl.admin.UrlBlob outputs = 1 [deprecated = true];
-
hasInputs
@Deprecated boolean hasInputs()
Deprecated.flyteidl.admin.WorkflowExecutionGetDataResponse.inputs is deprecated. See flyteidl/admin/execution.proto;l=332Signed url to fetch a core.LiteralMap of execution inputs. Deprecated: Please use full_inputs instead.
.flyteidl.admin.UrlBlob inputs = 2 [deprecated = true];- Returns:
- Whether the inputs field is set.
-
getInputs
@Deprecated Common.UrlBlob getInputs()
Deprecated.flyteidl.admin.WorkflowExecutionGetDataResponse.inputs is deprecated. See flyteidl/admin/execution.proto;l=332Signed url to fetch a core.LiteralMap of execution inputs. Deprecated: Please use full_inputs instead.
.flyteidl.admin.UrlBlob inputs = 2 [deprecated = true];- Returns:
- The inputs.
-
getInputsOrBuilder
@Deprecated Common.UrlBlobOrBuilder getInputsOrBuilder()
Deprecated.Signed url to fetch a core.LiteralMap of execution inputs. Deprecated: Please use full_inputs instead.
.flyteidl.admin.UrlBlob inputs = 2 [deprecated = true];
-
hasFullInputs
boolean hasFullInputs()
Full_inputs will only be populated if they are under a configured size threshold.
.flyteidl.core.LiteralMap full_inputs = 3;- Returns:
- Whether the fullInputs field is set.
-
getFullInputs
Literals.LiteralMap getFullInputs()
Full_inputs will only be populated if they are under a configured size threshold.
.flyteidl.core.LiteralMap full_inputs = 3;- Returns:
- The fullInputs.
-
getFullInputsOrBuilder
Literals.LiteralMapOrBuilder getFullInputsOrBuilder()
Full_inputs will only be populated if they are under a configured size threshold.
.flyteidl.core.LiteralMap full_inputs = 3;
-
hasFullOutputs
boolean hasFullOutputs()
Full_outputs will only be populated if they are under a configured size threshold.
.flyteidl.core.LiteralMap full_outputs = 4;- Returns:
- Whether the fullOutputs field is set.
-
getFullOutputs
Literals.LiteralMap getFullOutputs()
Full_outputs will only be populated if they are under a configured size threshold.
.flyteidl.core.LiteralMap full_outputs = 4;- Returns:
- The fullOutputs.
-
getFullOutputsOrBuilder
Literals.LiteralMapOrBuilder getFullOutputsOrBuilder()
Full_outputs will only be populated if they are under a configured size threshold.
.flyteidl.core.LiteralMap full_outputs = 4;
-
-