Uses of Class
com.google.cloud.batch.v1alpha.JobName
-
Packages that use JobName Package Description com.google.cloud.batch.v1alpha A client to Batch API -
-
Uses of JobName in com.google.cloud.batch.v1alpha
Methods in com.google.cloud.batch.v1alpha that return JobName Modifier and Type Method Description JobNameJobName.Builder. build()static JobNameJobName. of(String project, String location, String job)static JobNameJobName. parse(String formattedString)Methods in com.google.cloud.batch.v1alpha that return types with arguments of type JobName Modifier and Type Method Description static List<JobName>JobName. parseList(List<String> formattedStrings)Methods in com.google.cloud.batch.v1alpha with parameters of type JobName Modifier and Type Method Description JobBatchServiceClient. getJob(JobName name)Get a Job specified by its resource name.Method parameters in com.google.cloud.batch.v1alpha with type arguments of type JobName Modifier and Type Method Description static List<String>JobName. toStringList(List<JobName> values)
-