Uses of Class
flyteidl.core.Interface.Parameter
-
Packages that use Interface.Parameter Package Description flyteidl.core -
-
Uses of Interface.Parameter in flyteidl.core
Methods in flyteidl.core that return Interface.Parameter Modifier and Type Method Description Interface.ParameterInterface.Parameter.Builder. build()Interface.ParameterInterface.Parameter.Builder. buildPartial()static Interface.ParameterInterface.Parameter. getDefaultInstance()Interface.ParameterInterface.Parameter.Builder. getDefaultInstanceForType()Interface.ParameterInterface.Parameter. getDefaultInstanceForType()Interface.ParameterInterface.ParameterMap.Builder. getParametersOrDefault(java.lang.String key, Interface.Parameter defaultValue)Defines a map of parameter names to parameters.Interface.ParameterInterface.ParameterMap. getParametersOrDefault(java.lang.String key, Interface.Parameter defaultValue)Defines a map of parameter names to parameters.Interface.ParameterInterface.ParameterMapOrBuilder. getParametersOrDefault(java.lang.String key, Interface.Parameter defaultValue)Defines a map of parameter names to parameters.Interface.ParameterInterface.ParameterMap.Builder. getParametersOrThrow(java.lang.String key)Defines a map of parameter names to parameters.Interface.ParameterInterface.ParameterMap. getParametersOrThrow(java.lang.String key)Defines a map of parameter names to parameters.Interface.ParameterInterface.ParameterMapOrBuilder. getParametersOrThrow(java.lang.String key)Defines a map of parameter names to parameters.static Interface.ParameterInterface.Parameter. parseDelimitedFrom(java.io.InputStream input)static Interface.ParameterInterface.Parameter. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Interface.ParameterInterface.Parameter. parseFrom(byte[] data)static Interface.ParameterInterface.Parameter. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Interface.ParameterInterface.Parameter. parseFrom(com.google.protobuf.ByteString data)static Interface.ParameterInterface.Parameter. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Interface.ParameterInterface.Parameter. parseFrom(com.google.protobuf.CodedInputStream input)static Interface.ParameterInterface.Parameter. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Interface.ParameterInterface.Parameter. parseFrom(java.io.InputStream input)static Interface.ParameterInterface.Parameter. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Interface.ParameterInterface.Parameter. parseFrom(java.nio.ByteBuffer data)static Interface.ParameterInterface.Parameter. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in flyteidl.core that return types with arguments of type Interface.Parameter Modifier and Type Method Description java.util.Map<java.lang.String,Interface.Parameter>Interface.ParameterMap.Builder. getMutableParameters()Deprecated.java.util.Map<java.lang.String,Interface.Parameter>Interface.ParameterMap.Builder. getParameters()Deprecated.java.util.Map<java.lang.String,Interface.Parameter>Interface.ParameterMap. getParameters()Deprecated.java.util.Map<java.lang.String,Interface.Parameter>Interface.ParameterMapOrBuilder. getParameters()Deprecated.java.util.Map<java.lang.String,Interface.Parameter>Interface.ParameterMap.Builder. getParametersMap()Defines a map of parameter names to parameters.java.util.Map<java.lang.String,Interface.Parameter>Interface.ParameterMap. getParametersMap()Defines a map of parameter names to parameters.java.util.Map<java.lang.String,Interface.Parameter>Interface.ParameterMapOrBuilder. getParametersMap()Defines a map of parameter names to parameters.com.google.protobuf.Parser<Interface.Parameter>Interface.Parameter. getParserForType()static com.google.protobuf.Parser<Interface.Parameter>Interface.Parameter. parser()Methods in flyteidl.core with parameters of type Interface.Parameter Modifier and Type Method Description Interface.ParameterInterface.ParameterMap.Builder. getParametersOrDefault(java.lang.String key, Interface.Parameter defaultValue)Defines a map of parameter names to parameters.Interface.ParameterInterface.ParameterMap. getParametersOrDefault(java.lang.String key, Interface.Parameter defaultValue)Defines a map of parameter names to parameters.Interface.ParameterInterface.ParameterMapOrBuilder. getParametersOrDefault(java.lang.String key, Interface.Parameter defaultValue)Defines a map of parameter names to parameters.Interface.Parameter.BuilderInterface.Parameter.Builder. mergeFrom(Interface.Parameter other)static Interface.Parameter.BuilderInterface.Parameter. newBuilder(Interface.Parameter prototype)Interface.ParameterMap.BuilderInterface.ParameterMap.Builder. putParameters(java.lang.String key, Interface.Parameter value)Defines a map of parameter names to parameters.Method parameters in flyteidl.core with type arguments of type Interface.Parameter Modifier and Type Method Description Interface.ParameterMap.BuilderInterface.ParameterMap.Builder. putAllParameters(java.util.Map<java.lang.String,Interface.Parameter> values)Defines a map of parameter names to parameters.
-