Uses of Class
com.google.cloud.batch.v1alpha.Runnable
-
Packages that use Runnable Package Description com.google.cloud.batch.v1alpha A client to Batch API -
-
Uses of Runnable in com.google.cloud.batch.v1alpha
Methods in com.google.cloud.batch.v1alpha that return Runnable Modifier and Type Method Description RunnableRunnable.Builder. build()RunnableRunnable.Builder. buildPartial()static RunnableRunnable. getDefaultInstance()RunnableRunnable.Builder. getDefaultInstanceForType()RunnableRunnable. getDefaultInstanceForType()RunnableTaskSpec.Builder. getRunnables(int index)The sequence of scripts or containers to run for this Task.RunnableTaskSpec. getRunnables(int index)The sequence of scripts or containers to run for this Task.RunnableTaskSpecOrBuilder. getRunnables(int index)The sequence of scripts or containers to run for this Task.static RunnableRunnable. parseDelimitedFrom(InputStream input)static RunnableRunnable. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RunnableRunnable. parseFrom(byte[] data)static RunnableRunnable. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RunnableRunnable. parseFrom(com.google.protobuf.ByteString data)static RunnableRunnable. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RunnableRunnable. parseFrom(com.google.protobuf.CodedInputStream input)static RunnableRunnable. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RunnableRunnable. parseFrom(InputStream input)static RunnableRunnable. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RunnableRunnable. parseFrom(ByteBuffer data)static RunnableRunnable. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.batch.v1alpha that return types with arguments of type Runnable Modifier and Type Method Description com.google.protobuf.Parser<Runnable>Runnable. getParserForType()List<Runnable>TaskSpec.Builder. getRunnablesList()The sequence of scripts or containers to run for this Task.List<Runnable>TaskSpec. getRunnablesList()The sequence of scripts or containers to run for this Task.List<Runnable>TaskSpecOrBuilder. getRunnablesList()The sequence of scripts or containers to run for this Task.static com.google.protobuf.Parser<Runnable>Runnable. parser()Methods in com.google.cloud.batch.v1alpha with parameters of type Runnable Modifier and Type Method Description TaskSpec.BuilderTaskSpec.Builder. addRunnables(int index, Runnable value)The sequence of scripts or containers to run for this Task.TaskSpec.BuilderTaskSpec.Builder. addRunnables(Runnable value)The sequence of scripts or containers to run for this Task.Runnable.BuilderRunnable.Builder. mergeFrom(Runnable other)static Runnable.BuilderRunnable. newBuilder(Runnable prototype)TaskSpec.BuilderTaskSpec.Builder. setRunnables(int index, Runnable value)The sequence of scripts or containers to run for this Task.Method parameters in com.google.cloud.batch.v1alpha with type arguments of type Runnable Modifier and Type Method Description TaskSpec.BuilderTaskSpec.Builder. addAllRunnables(Iterable<? extends Runnable> values)The sequence of scripts or containers to run for this Task.
-