Uses of Class
com.google.cloud.run.v2.JobName
-
Packages that use JobName Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of JobName in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return JobName Modifier and Type Method Description JobName
JobName.Builder. build()
static JobName
JobName. of(String project, String location, String job)
static JobName
JobName. parse(String formattedString)
Methods in com.google.cloud.run.v2 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.run.v2 with parameters of type JobName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Job,Job>
JobsClient. deleteJobAsync(JobName name)
Deletes a Job.Job
JobsClient. getJob(JobName name)
Gets information about a Job.ExecutionsClient.ListExecutionsPagedResponse
ExecutionsClient. listExecutions(JobName parent)
Lists Executions from a Job.com.google.api.gax.longrunning.OperationFuture<Execution,Execution>
JobsClient. runJobAsync(JobName name)
Triggers creation of a new Execution of this Job.Method parameters in com.google.cloud.run.v2 with type arguments of type JobName Modifier and Type Method Description static List<String>
JobName. toStringList(List<JobName> values)
-