Package com.google.cloud.retail.v2
Class ControlName.Builder
- java.lang.Object
-
- com.google.cloud.retail.v2.ControlName.Builder
-
- Enclosing class:
- ControlName
public static class ControlName.Builder extends Object
Builder for projects/{project}/locations/{location}/catalogs/{catalog}/controls/{control}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ControlName
build()
String
getCatalog()
String
getControl()
String
getLocation()
String
getProject()
ControlName.Builder
setCatalog(String catalog)
ControlName.Builder
setControl(String control)
ControlName.Builder
setLocation(String location)
ControlName.Builder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getCatalog
public String getCatalog()
-
getControl
public String getControl()
-
setProject
public ControlName.Builder setProject(String project)
-
setLocation
public ControlName.Builder setLocation(String location)
-
setCatalog
public ControlName.Builder setCatalog(String catalog)
-
setControl
public ControlName.Builder setControl(String control)
-
build
public ControlName build()
-
-