Uses of Class
com.google.cloud.batch.v1alpha.JobDependency
-
Packages that use JobDependency Package Description com.google.cloud.batch.v1alpha A client to Batch API -
-
Uses of JobDependency in com.google.cloud.batch.v1alpha
Methods in com.google.cloud.batch.v1alpha that return JobDependency Modifier and Type Method Description JobDependencyJobDependency.Builder. build()JobDependencyJobDependency.Builder. buildPartial()static JobDependencyJobDependency. getDefaultInstance()JobDependencyJobDependency.Builder. getDefaultInstanceForType()JobDependencyJobDependency. getDefaultInstanceForType()JobDependencyJob.Builder. getDependencies(int index)At least one of the dependencies must be satisfied before the Job is scheduled to run.JobDependencyJob. getDependencies(int index)At least one of the dependencies must be satisfied before the Job is scheduled to run.JobDependencyJobOrBuilder. getDependencies(int index)At least one of the dependencies must be satisfied before the Job is scheduled to run.static JobDependencyJobDependency. parseDelimitedFrom(InputStream input)static JobDependencyJobDependency. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobDependencyJobDependency. parseFrom(byte[] data)static JobDependencyJobDependency. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobDependencyJobDependency. parseFrom(com.google.protobuf.ByteString data)static JobDependencyJobDependency. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobDependencyJobDependency. parseFrom(com.google.protobuf.CodedInputStream input)static JobDependencyJobDependency. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobDependencyJobDependency. parseFrom(InputStream input)static JobDependencyJobDependency. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobDependencyJobDependency. parseFrom(ByteBuffer data)static JobDependencyJobDependency. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.batch.v1alpha that return types with arguments of type JobDependency Modifier and Type Method Description List<JobDependency>Job.Builder. getDependenciesList()At least one of the dependencies must be satisfied before the Job is scheduled to run.List<JobDependency>Job. getDependenciesList()At least one of the dependencies must be satisfied before the Job is scheduled to run.List<JobDependency>JobOrBuilder. getDependenciesList()At least one of the dependencies must be satisfied before the Job is scheduled to run.com.google.protobuf.Parser<JobDependency>JobDependency. getParserForType()static com.google.protobuf.Parser<JobDependency>JobDependency. parser()Methods in com.google.cloud.batch.v1alpha with parameters of type JobDependency Modifier and Type Method Description Job.BuilderJob.Builder. addDependencies(int index, JobDependency value)At least one of the dependencies must be satisfied before the Job is scheduled to run.Job.BuilderJob.Builder. addDependencies(JobDependency value)At least one of the dependencies must be satisfied before the Job is scheduled to run.JobDependency.BuilderJobDependency.Builder. mergeFrom(JobDependency other)static JobDependency.BuilderJobDependency. newBuilder(JobDependency prototype)Job.BuilderJob.Builder. setDependencies(int index, JobDependency value)At least one of the dependencies must be satisfied before the Job is scheduled to run.Method parameters in com.google.cloud.batch.v1alpha with type arguments of type JobDependency Modifier and Type Method Description Job.BuilderJob.Builder. addAllDependencies(Iterable<? extends JobDependency> values)At least one of the dependencies must be satisfied before the Job is scheduled to run.
-