Package | Description |
---|---|
com.google.cloud.scheduler.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
LocationName |
LocationName.Builder.build() |
static LocationName |
LocationName.of(String project,
String location) |
static LocationName |
LocationName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<LocationName> |
LocationName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
Job |
CloudSchedulerClient.createJob(LocationName parent,
Job job)
Creates a job.
|
CloudSchedulerClient.ListJobsPagedResponse |
CloudSchedulerClient.listJobs(LocationName parent)
Lists jobs.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
LocationName.toStringList(List<LocationName> values) |
Copyright © 2022 Google LLC. All rights reserved.