Uses of Interface
com.google.cloud.batch.v1alpha.JobDependencyOrBuilder
-
Packages that use JobDependencyOrBuilder Package Description com.google.cloud.batch.v1alpha A client to Batch API -
-
Uses of JobDependencyOrBuilder in com.google.cloud.batch.v1alpha
Classes in com.google.cloud.batch.v1alpha that implement JobDependencyOrBuilder Modifier and Type Class Description class
JobDependency
JobDependency describes the state of other Jobs that the start of this Job depends on.static class
JobDependency.Builder
JobDependency describes the state of other Jobs that the start of this Job depends on.Methods in com.google.cloud.batch.v1alpha that return JobDependencyOrBuilder Modifier and Type Method Description JobDependencyOrBuilder
Job.Builder. getDependenciesOrBuilder(int index)
At least one of the dependencies must be satisfied before the Job is scheduled to run.JobDependencyOrBuilder
Job. getDependenciesOrBuilder(int index)
At least one of the dependencies must be satisfied before the Job is scheduled to run.JobDependencyOrBuilder
JobOrBuilder. getDependenciesOrBuilder(int index)
At least one of the dependencies must be satisfied before the Job is scheduled to run.Methods in com.google.cloud.batch.v1alpha that return types with arguments of type JobDependencyOrBuilder Modifier and Type Method Description List<? extends JobDependencyOrBuilder>
Job.Builder. getDependenciesOrBuilderList()
At least one of the dependencies must be satisfied before the Job is scheduled to run.List<? extends JobDependencyOrBuilder>
Job. getDependenciesOrBuilderList()
At least one of the dependencies must be satisfied before the Job is scheduled to run.List<? extends JobDependencyOrBuilder>
JobOrBuilder. getDependenciesOrBuilderList()
At least one of the dependencies must be satisfied before the Job is scheduled to run.
-