Uses of Class
flyteidl.core.Interface.Parameter
-
Packages that use Interface.Parameter Package Description flyteidl.core -
-
Uses of Interface.Parameter in flyteidl.core
Fields in flyteidl.core declared as Interface.Parameter Modifier and Type Field Description private static Interface.ParameterInterface.Parameter. DEFAULT_INSTANCEFields in flyteidl.core with type parameters of type Interface.Parameter Modifier and Type Field Description (package private) static com.google.protobuf.MapEntry<String,Interface.Parameter>Interface.ParameterMap.ParametersDefaultEntryHolder. defaultEntryprivate com.google.protobuf.MapField<String,Interface.Parameter>Interface.ParameterMap.Builder. parameters_private com.google.protobuf.MapField<String,Interface.Parameter>Interface.ParameterMap. parameters_private static com.google.protobuf.Parser<Interface.Parameter>Interface.Parameter. PARSERMethods 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(String key, Interface.Parameter defaultValue)Defines a map of parameter names to parameters.Interface.ParameterInterface.ParameterMap. getParametersOrDefault(String key, Interface.Parameter defaultValue)Defines a map of parameter names to parameters.Interface.ParameterInterface.ParameterMapOrBuilder. getParametersOrDefault(String key, Interface.Parameter defaultValue)Defines a map of parameter names to parameters.Interface.ParameterInterface.ParameterMap.Builder. getParametersOrThrow(String key)Defines a map of parameter names to parameters.Interface.ParameterInterface.ParameterMap. getParametersOrThrow(String key)Defines a map of parameter names to parameters.Interface.ParameterInterface.ParameterMapOrBuilder. getParametersOrThrow(String key)Defines a map of parameter names to parameters.static Interface.ParameterInterface.Parameter. parseDelimitedFrom(InputStream input)static Interface.ParameterInterface.Parameter. parseDelimitedFrom(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(InputStream input)static Interface.ParameterInterface.Parameter. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Interface.ParameterInterface.Parameter. parseFrom(ByteBuffer data)static Interface.ParameterInterface.Parameter. parseFrom(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 Map<String,Interface.Parameter>Interface.ParameterMap.Builder. getMutableParameters()Deprecated.Map<String,Interface.Parameter>Interface.ParameterMap.Builder. getParameters()Deprecated.Map<String,Interface.Parameter>Interface.ParameterMap. getParameters()Deprecated.Map<String,Interface.Parameter>Interface.ParameterMapOrBuilder. getParameters()Deprecated.Map<String,Interface.Parameter>Interface.ParameterMap.Builder. getParametersMap()Defines a map of parameter names to parameters.Map<String,Interface.Parameter>Interface.ParameterMap. getParametersMap()Defines a map of parameter names to parameters.Map<String,Interface.Parameter>Interface.ParameterMapOrBuilder. getParametersMap()Defines a map of parameter names to parameters.com.google.protobuf.Parser<Interface.Parameter>Interface.Parameter. getParserForType()private com.google.protobuf.MapField<String,Interface.Parameter>Interface.ParameterMap.Builder. internalGetMutableParameters()private com.google.protobuf.MapField<String,Interface.Parameter>Interface.ParameterMap.Builder. internalGetParameters()private com.google.protobuf.MapField<String,Interface.Parameter>Interface.ParameterMap. internalGetParameters()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 private voidInterface.Parameter.Builder. buildPartial0(Interface.Parameter result)private voidInterface.Parameter.Builder. buildPartialOneofs(Interface.Parameter result)Interface.ParameterInterface.ParameterMap.Builder. getParametersOrDefault(String key, Interface.Parameter defaultValue)Defines a map of parameter names to parameters.Interface.ParameterInterface.ParameterMap. getParametersOrDefault(String key, Interface.Parameter defaultValue)Defines a map of parameter names to parameters.Interface.ParameterInterface.ParameterMapOrBuilder. getParametersOrDefault(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(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(Map<String,Interface.Parameter> values)Defines a map of parameter names to parameters.
-