Uses of Interface
com.google.cloud.batch.v1alpha.RunnableOrBuilder
-
Packages that use RunnableOrBuilder Package Description com.google.cloud.batch.v1alpha A client to Batch API -
-
Uses of RunnableOrBuilder in com.google.cloud.batch.v1alpha
Classes in com.google.cloud.batch.v1alpha that implement RunnableOrBuilder Modifier and Type Class Description classRunnableRunnable describes instructions for executing a specific script or container as part of a Task.static classRunnable.BuilderRunnable describes instructions for executing a specific script or container as part of a Task.Methods in com.google.cloud.batch.v1alpha that return RunnableOrBuilder Modifier and Type Method Description RunnableOrBuilderTaskSpec.Builder. getRunnablesOrBuilder(int index)The sequence of scripts or containers to run for this Task.RunnableOrBuilderTaskSpec. getRunnablesOrBuilder(int index)The sequence of scripts or containers to run for this Task.RunnableOrBuilderTaskSpecOrBuilder. getRunnablesOrBuilder(int index)The sequence of scripts or containers to run for this Task.Methods in com.google.cloud.batch.v1alpha that return types with arguments of type RunnableOrBuilder Modifier and Type Method Description List<? extends RunnableOrBuilder>TaskSpec.Builder. getRunnablesOrBuilderList()The sequence of scripts or containers to run for this Task.List<? extends RunnableOrBuilder>TaskSpec. getRunnablesOrBuilderList()The sequence of scripts or containers to run for this Task.List<? extends RunnableOrBuilder>TaskSpecOrBuilder. getRunnablesOrBuilderList()The sequence of scripts or containers to run for this Task.
-