Uses of Class
flyteidl.core.Interface.Variable
-
Packages that use Interface.Variable Package Description flyteidl.core -
-
Uses of Interface.Variable in flyteidl.core
Methods in flyteidl.core that return Interface.Variable Modifier and Type Method Description Interface.VariableInterface.Variable.Builder. build()Interface.VariableInterface.Variable.Builder. buildPartial()static Interface.VariableInterface.Variable. getDefaultInstance()Interface.VariableInterface.Variable.Builder. getDefaultInstanceForType()Interface.VariableInterface.Variable. getDefaultInstanceForType()Interface.VariableInterface.Parameter.Builder. getVar()+required Variable.Interface.VariableInterface.Parameter. getVar()+required Variable.Interface.VariableInterface.ParameterOrBuilder. getVar()+required Variable.Interface.VariableInterface.VariableMap.Builder. getVariablesOrDefault(java.lang.String key, Interface.Variable defaultValue)Defines a map of variable names to variables.Interface.VariableInterface.VariableMap. getVariablesOrDefault(java.lang.String key, Interface.Variable defaultValue)Defines a map of variable names to variables.Interface.VariableInterface.VariableMapOrBuilder. getVariablesOrDefault(java.lang.String key, Interface.Variable defaultValue)Defines a map of variable names to variables.Interface.VariableInterface.VariableMap.Builder. getVariablesOrThrow(java.lang.String key)Defines a map of variable names to variables.Interface.VariableInterface.VariableMap. getVariablesOrThrow(java.lang.String key)Defines a map of variable names to variables.Interface.VariableInterface.VariableMapOrBuilder. getVariablesOrThrow(java.lang.String key)Defines a map of variable names to variables.static Interface.VariableInterface.Variable. parseDelimitedFrom(java.io.InputStream input)static Interface.VariableInterface.Variable. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Interface.VariableInterface.Variable. parseFrom(byte[] data)static Interface.VariableInterface.Variable. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Interface.VariableInterface.Variable. parseFrom(com.google.protobuf.ByteString data)static Interface.VariableInterface.Variable. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Interface.VariableInterface.Variable. parseFrom(com.google.protobuf.CodedInputStream input)static Interface.VariableInterface.Variable. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Interface.VariableInterface.Variable. parseFrom(java.io.InputStream input)static Interface.VariableInterface.Variable. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Interface.VariableInterface.Variable. parseFrom(java.nio.ByteBuffer data)static Interface.VariableInterface.Variable. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in flyteidl.core that return types with arguments of type Interface.Variable Modifier and Type Method Description java.util.Map<java.lang.String,Interface.Variable>Interface.VariableMap.Builder. getMutableVariables()Deprecated.com.google.protobuf.Parser<Interface.Variable>Interface.Variable. getParserForType()java.util.Map<java.lang.String,Interface.Variable>Interface.VariableMap.Builder. getVariables()Deprecated.java.util.Map<java.lang.String,Interface.Variable>Interface.VariableMap. getVariables()Deprecated.java.util.Map<java.lang.String,Interface.Variable>Interface.VariableMapOrBuilder. getVariables()Deprecated.java.util.Map<java.lang.String,Interface.Variable>Interface.VariableMap.Builder. getVariablesMap()Defines a map of variable names to variables.java.util.Map<java.lang.String,Interface.Variable>Interface.VariableMap. getVariablesMap()Defines a map of variable names to variables.java.util.Map<java.lang.String,Interface.Variable>Interface.VariableMapOrBuilder. getVariablesMap()Defines a map of variable names to variables.static com.google.protobuf.Parser<Interface.Variable>Interface.Variable. parser()Methods in flyteidl.core with parameters of type Interface.Variable Modifier and Type Method Description Interface.VariableInterface.VariableMap.Builder. getVariablesOrDefault(java.lang.String key, Interface.Variable defaultValue)Defines a map of variable names to variables.Interface.VariableInterface.VariableMap. getVariablesOrDefault(java.lang.String key, Interface.Variable defaultValue)Defines a map of variable names to variables.Interface.VariableInterface.VariableMapOrBuilder. getVariablesOrDefault(java.lang.String key, Interface.Variable defaultValue)Defines a map of variable names to variables.Interface.Variable.BuilderInterface.Variable.Builder. mergeFrom(Interface.Variable other)Interface.Parameter.BuilderInterface.Parameter.Builder. mergeVar(Interface.Variable value)+required Variable.static Interface.Variable.BuilderInterface.Variable. newBuilder(Interface.Variable prototype)Interface.VariableMap.BuilderInterface.VariableMap.Builder. putVariables(java.lang.String key, Interface.Variable value)Defines a map of variable names to variables.Interface.Parameter.BuilderInterface.Parameter.Builder. setVar(Interface.Variable value)+required Variable.Method parameters in flyteidl.core with type arguments of type Interface.Variable Modifier and Type Method Description Interface.VariableMap.BuilderInterface.VariableMap.Builder. putAllVariables(java.util.Map<java.lang.String,Interface.Variable> values)Defines a map of variable names to variables.
-