Uses of Class
flyteidl.core.Tasks.IOStrategy.UploadMode
-
Packages that use Tasks.IOStrategy.UploadMode Package Description flyteidl.core -
-
Uses of Tasks.IOStrategy.UploadMode in flyteidl.core
Fields in flyteidl.core declared as Tasks.IOStrategy.UploadMode Modifier and Type Field Description private static Tasks.IOStrategy.UploadMode[]Tasks.IOStrategy.UploadMode. VALUESFields in flyteidl.core with type parameters of type Tasks.IOStrategy.UploadMode Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<Tasks.IOStrategy.UploadMode>Tasks.IOStrategy.UploadMode. internalValueMapMethods in flyteidl.core that return Tasks.IOStrategy.UploadMode Modifier and Type Method Description static Tasks.IOStrategy.UploadModeTasks.IOStrategy.UploadMode. forNumber(int value)Tasks.IOStrategy.UploadModeTasks.IOStrategy.Builder. getUploadMode()Mode to use to manage uploadsTasks.IOStrategy.UploadModeTasks.IOStrategy. getUploadMode()Mode to use to manage uploadsTasks.IOStrategy.UploadModeTasks.IOStrategyOrBuilder. getUploadMode()Mode to use to manage uploadsstatic Tasks.IOStrategy.UploadModeTasks.IOStrategy.UploadMode. valueOf(int value)Deprecated.static Tasks.IOStrategy.UploadModeTasks.IOStrategy.UploadMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Tasks.IOStrategy.UploadModeTasks.IOStrategy.UploadMode. valueOf(String name)Returns the enum constant of this type with the specified name.static Tasks.IOStrategy.UploadMode[]Tasks.IOStrategy.UploadMode. 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.UploadMode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Tasks.IOStrategy.UploadMode>Tasks.IOStrategy.UploadMode. internalGetValueMap()Methods in flyteidl.core with parameters of type Tasks.IOStrategy.UploadMode Modifier and Type Method Description Tasks.IOStrategy.BuilderTasks.IOStrategy.Builder. setUploadMode(Tasks.IOStrategy.UploadMode value)Mode to use to manage uploads
-