Uses of Class
flyteidl.core.Interface.VariableMap
-
Packages that use Interface.VariableMap Package Description flyteidl.admin flyteidl.core -
-
Uses of Interface.VariableMap in flyteidl.admin
Methods in flyteidl.admin that return Interface.VariableMap Modifier and Type Method Description Interface.VariableMapLaunchPlanOuterClass.LaunchPlanClosure.Builder. getExpectedOutputs()Indicates the set of outputs from the Launch planInterface.VariableMapLaunchPlanOuterClass.LaunchPlanClosure. getExpectedOutputs()Indicates the set of outputs from the Launch planInterface.VariableMapLaunchPlanOuterClass.LaunchPlanClosureOrBuilder. getExpectedOutputs()Indicates the set of outputs from the Launch planMethods in flyteidl.admin with parameters of type Interface.VariableMap Modifier and Type Method Description LaunchPlanOuterClass.LaunchPlanClosure.BuilderLaunchPlanOuterClass.LaunchPlanClosure.Builder. mergeExpectedOutputs(Interface.VariableMap value)Indicates the set of outputs from the Launch planLaunchPlanOuterClass.LaunchPlanClosure.BuilderLaunchPlanOuterClass.LaunchPlanClosure.Builder. setExpectedOutputs(Interface.VariableMap value)Indicates the set of outputs from the Launch plan -
Uses of Interface.VariableMap in flyteidl.core
Methods in flyteidl.core that return Interface.VariableMap Modifier and Type Method Description Interface.VariableMapInterface.VariableMap.Builder. build()Interface.VariableMapInterface.VariableMap.Builder. buildPartial()static Interface.VariableMapInterface.VariableMap. getDefaultInstance()Interface.VariableMapInterface.VariableMap.Builder. getDefaultInstanceForType()Interface.VariableMapInterface.VariableMap. getDefaultInstanceForType()Interface.VariableMapInterface.TypedInterface.Builder. getInputs().flyteidl.core.VariableMap inputs = 1;Interface.VariableMapInterface.TypedInterface. getInputs().flyteidl.core.VariableMap inputs = 1;Interface.VariableMapInterface.TypedInterfaceOrBuilder. getInputs().flyteidl.core.VariableMap inputs = 1;Interface.VariableMapInterface.TypedInterface.Builder. getOutputs().flyteidl.core.VariableMap outputs = 2;Interface.VariableMapInterface.TypedInterface. getOutputs().flyteidl.core.VariableMap outputs = 2;Interface.VariableMapInterface.TypedInterfaceOrBuilder. getOutputs().flyteidl.core.VariableMap outputs = 2;static Interface.VariableMapInterface.VariableMap. parseDelimitedFrom(java.io.InputStream input)static Interface.VariableMapInterface.VariableMap. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Interface.VariableMapInterface.VariableMap. parseFrom(byte[] data)static Interface.VariableMapInterface.VariableMap. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Interface.VariableMapInterface.VariableMap. parseFrom(com.google.protobuf.ByteString data)static Interface.VariableMapInterface.VariableMap. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Interface.VariableMapInterface.VariableMap. parseFrom(com.google.protobuf.CodedInputStream input)static Interface.VariableMapInterface.VariableMap. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Interface.VariableMapInterface.VariableMap. parseFrom(java.io.InputStream input)static Interface.VariableMapInterface.VariableMap. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Interface.VariableMapInterface.VariableMap. parseFrom(java.nio.ByteBuffer data)static Interface.VariableMapInterface.VariableMap. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in flyteidl.core that return types with arguments of type Interface.VariableMap Modifier and Type Method Description com.google.protobuf.Parser<Interface.VariableMap>Interface.VariableMap. getParserForType()static com.google.protobuf.Parser<Interface.VariableMap>Interface.VariableMap. parser()Methods in flyteidl.core with parameters of type Interface.VariableMap Modifier and Type Method Description Interface.VariableMap.BuilderInterface.VariableMap.Builder. mergeFrom(Interface.VariableMap other)Interface.TypedInterface.BuilderInterface.TypedInterface.Builder. mergeInputs(Interface.VariableMap value).flyteidl.core.VariableMap inputs = 1;Interface.TypedInterface.BuilderInterface.TypedInterface.Builder. mergeOutputs(Interface.VariableMap value).flyteidl.core.VariableMap outputs = 2;static Interface.VariableMap.BuilderInterface.VariableMap. newBuilder(Interface.VariableMap prototype)Interface.TypedInterface.BuilderInterface.TypedInterface.Builder. setInputs(Interface.VariableMap value).flyteidl.core.VariableMap inputs = 1;Interface.TypedInterface.BuilderInterface.TypedInterface.Builder. setOutputs(Interface.VariableMap value).flyteidl.core.VariableMap outputs = 2;
-