Package com.google.cloud.gkebackup.v1
Class RestorePlanName.Builder
- java.lang.Object
-
- com.google.cloud.gkebackup.v1.RestorePlanName.Builder
-
- Enclosing class:
- RestorePlanName
public static class RestorePlanName.Builder extends Object
Builder for projects/{project}/locations/{location}/restorePlans/{restore_plan}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestorePlanName
build()
String
getLocation()
String
getProject()
String
getRestorePlan()
RestorePlanName.Builder
setLocation(String location)
RestorePlanName.Builder
setProject(String project)
RestorePlanName.Builder
setRestorePlan(String restorePlan)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getRestorePlan
public String getRestorePlan()
-
setProject
public RestorePlanName.Builder setProject(String project)
-
setLocation
public RestorePlanName.Builder setLocation(String location)
-
setRestorePlan
public RestorePlanName.Builder setRestorePlan(String restorePlan)
-
build
public RestorePlanName build()
-
-