Package | Description |
---|---|
com.google.cloud.scheduler.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
JobName |
JobName.Builder.build() |
static JobName |
JobName.of(String project,
String location,
String job) |
static JobName |
JobName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<JobName> |
JobName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
void |
CloudSchedulerClient.deleteJob(JobName name)
Deletes a job.
|
Job |
CloudSchedulerClient.getJob(JobName name)
Gets a job.
|
Job |
CloudSchedulerClient.pauseJob(JobName name)
Pauses a job.
|
Job |
CloudSchedulerClient.resumeJob(JobName name)
Resume a job.
|
Job |
CloudSchedulerClient.runJob(JobName name)
Forces a job to run now.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
JobName.toStringList(List<JobName> values) |
Copyright © 2022 Google LLC. All rights reserved.