Package com.google.cloud.notebooks.v1
Class ScheduleName.Builder
- java.lang.Object
-
- com.google.cloud.notebooks.v1.ScheduleName.Builder
-
- Enclosing class:
- ScheduleName
public static class ScheduleName.Builder extends Object
Builder for projects/{project}/location/{location}/schedules/{schedule}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScheduleName
build()
String
getLocation()
String
getProject()
String
getSchedule()
ScheduleName.Builder
setLocation(String location)
ScheduleName.Builder
setProject(String project)
ScheduleName.Builder
setSchedule(String schedule)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getSchedule
public String getSchedule()
-
setProject
public ScheduleName.Builder setProject(String project)
-
setLocation
public ScheduleName.Builder setLocation(String location)
-
setSchedule
public ScheduleName.Builder setSchedule(String schedule)
-
build
public ScheduleName build()
-
-