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