Class MachineName.Builder
- java.lang.Object
-
- com.google.cloud.edgecontainer.v1.MachineName.Builder
-
- Enclosing class:
- MachineName
public static class MachineName.Builder extends Object
Builder for projects/{project}/locations/{location}/machines/{machine}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MachineName
build()
String
getLocation()
String
getMachine()
String
getProject()
MachineName.Builder
setLocation(String location)
MachineName.Builder
setMachine(String machine)
MachineName.Builder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getMachine
public String getMachine()
-
setProject
public MachineName.Builder setProject(String project)
-
setLocation
public MachineName.Builder setLocation(String location)
-
setMachine
public MachineName.Builder setMachine(String machine)
-
build
public MachineName build()
-
-