Uses of Class
com.google.cloud.notebooks.v1.ScheduleName
-
Packages that use ScheduleName Package Description com.google.cloud.notebooks.v1 A client to Notebooks API -
-
Uses of ScheduleName in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return ScheduleName Modifier and Type Method Description ScheduleName
ScheduleName.Builder. build()
static ScheduleName
ScheduleName. of(String project, String location, String schedule)
static ScheduleName
ScheduleName. parse(String formattedString)
Methods in com.google.cloud.notebooks.v1 that return types with arguments of type ScheduleName Modifier and Type Method Description static List<ScheduleName>
ScheduleName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.notebooks.v1 with parameters of type ScheduleName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Schedule,OperationMetadata>
NotebookServiceClient. createScheduleAsync(ScheduleName parent, Schedule schedule, String scheduleId)
Creates a new Scheduled Notebook in a given project and location.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
NotebookServiceClient. deleteScheduleAsync(ScheduleName name)
Deletes schedule and all underlying jobsSchedule
NotebookServiceClient. getSchedule(ScheduleName name)
Gets details of scheduleNotebookServiceClient.ListSchedulesPagedResponse
NotebookServiceClient. listSchedules(ScheduleName parent)
Lists schedules in a given project and location.Method parameters in com.google.cloud.notebooks.v1 with type arguments of type ScheduleName Modifier and Type Method Description static List<String>
ScheduleName. toStringList(List<ScheduleName> values)
-