Uses of Class
flyteidl.core.Tasks.IOStrategy.DownloadMode
-
Packages that use Tasks.IOStrategy.DownloadMode Package Description flyteidl.core -
-
Uses of Tasks.IOStrategy.DownloadMode in flyteidl.core
Fields in flyteidl.core declared as Tasks.IOStrategy.DownloadMode Modifier and Type Field Description private static Tasks.IOStrategy.DownloadMode[]Tasks.IOStrategy.DownloadMode. VALUESFields in flyteidl.core with type parameters of type Tasks.IOStrategy.DownloadMode Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<Tasks.IOStrategy.DownloadMode>Tasks.IOStrategy.DownloadMode. internalValueMapMethods in flyteidl.core that return Tasks.IOStrategy.DownloadMode Modifier and Type Method Description static Tasks.IOStrategy.DownloadModeTasks.IOStrategy.DownloadMode. forNumber(int value)Tasks.IOStrategy.DownloadModeTasks.IOStrategy.Builder. getDownloadMode()Mode to use to manage downloadsTasks.IOStrategy.DownloadModeTasks.IOStrategy. getDownloadMode()Mode to use to manage downloadsTasks.IOStrategy.DownloadModeTasks.IOStrategyOrBuilder. getDownloadMode()Mode to use to manage downloadsstatic Tasks.IOStrategy.DownloadModeTasks.IOStrategy.DownloadMode. valueOf(int value)Deprecated.static Tasks.IOStrategy.DownloadModeTasks.IOStrategy.DownloadMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Tasks.IOStrategy.DownloadModeTasks.IOStrategy.DownloadMode. valueOf(String name)Returns the enum constant of this type with the specified name.static Tasks.IOStrategy.DownloadMode[]Tasks.IOStrategy.DownloadMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in flyteidl.core that return types with arguments of type Tasks.IOStrategy.DownloadMode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Tasks.IOStrategy.DownloadMode>Tasks.IOStrategy.DownloadMode. internalGetValueMap()Methods in flyteidl.core with parameters of type Tasks.IOStrategy.DownloadMode Modifier and Type Method Description Tasks.IOStrategy.BuilderTasks.IOStrategy.Builder. setDownloadMode(Tasks.IOStrategy.DownloadMode value)Mode to use to manage downloads
-