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 protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ControlNamebuild()StringgetCatalog()StringgetControl()StringgetLocation()StringgetProject()ControlName.BuildersetCatalog(String catalog)ControlName.BuildersetControl(String control)ControlName.BuildersetLocation(String location)ControlName.BuildersetProject(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()
-
-