Package flyteidl.core
Interface Interface.TypedInterfaceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Interface.TypedInterface,Interface.TypedInterface.Builder
- Enclosing class:
- Interface
public static interface Interface.TypedInterfaceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Interface.VariableMapgetInputs().flyteidl.core.VariableMap inputs = 1;Interface.VariableMapOrBuildergetInputsOrBuilder().flyteidl.core.VariableMap inputs = 1;Interface.VariableMapgetOutputs().flyteidl.core.VariableMap outputs = 2;Interface.VariableMapOrBuildergetOutputsOrBuilder().flyteidl.core.VariableMap outputs = 2;booleanhasInputs().flyteidl.core.VariableMap inputs = 1;booleanhasOutputs().flyteidl.core.VariableMap outputs = 2;-
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()
.flyteidl.core.VariableMap inputs = 1;- Returns:
- Whether the inputs field is set.
-
getInputs
Interface.VariableMap getInputs()
.flyteidl.core.VariableMap inputs = 1;- Returns:
- The inputs.
-
getInputsOrBuilder
Interface.VariableMapOrBuilder getInputsOrBuilder()
.flyteidl.core.VariableMap inputs = 1;
-
hasOutputs
boolean hasOutputs()
.flyteidl.core.VariableMap outputs = 2;- Returns:
- Whether the outputs field is set.
-
getOutputs
Interface.VariableMap getOutputs()
.flyteidl.core.VariableMap outputs = 2;- Returns:
- The outputs.
-
getOutputsOrBuilder
Interface.VariableMapOrBuilder getOutputsOrBuilder()
.flyteidl.core.VariableMap outputs = 2;
-
-