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 Runnable
Runnable.Builder. build()
Runnable
Runnable.Builder. buildPartial()
static Runnable
Runnable. getDefaultInstance()
Runnable
Runnable.Builder. getDefaultInstanceForType()
Runnable
Runnable. getDefaultInstanceForType()
Runnable
TaskSpec.Builder. getRunnables(int index)
The sequence of scripts or containers to run for this Task.Runnable
TaskSpec. getRunnables(int index)
The sequence of scripts or containers to run for this Task.Runnable
TaskSpecOrBuilder. getRunnables(int index)
The sequence of scripts or containers to run for this Task.static Runnable
Runnable. parseDelimitedFrom(InputStream input)
static Runnable
Runnable. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Runnable
Runnable. parseFrom(byte[] data)
static Runnable
Runnable. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Runnable
Runnable. parseFrom(com.google.protobuf.ByteString data)
static Runnable
Runnable. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Runnable
Runnable. parseFrom(com.google.protobuf.CodedInputStream input)
static Runnable
Runnable. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Runnable
Runnable. parseFrom(InputStream input)
static Runnable
Runnable. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Runnable
Runnable. parseFrom(ByteBuffer data)
static Runnable
Runnable. 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.Builder
TaskSpec.Builder. addRunnables(int index, Runnable value)
The sequence of scripts or containers to run for this Task.TaskSpec.Builder
TaskSpec.Builder. addRunnables(Runnable value)
The sequence of scripts or containers to run for this Task.Runnable.Builder
Runnable.Builder. mergeFrom(Runnable other)
static Runnable.Builder
Runnable. newBuilder(Runnable prototype)
TaskSpec.Builder
TaskSpec.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.Builder
TaskSpec.Builder. addAllRunnables(Iterable<? extends Runnable> values)
The sequence of scripts or containers to run for this Task.
-