Package com.google.cloud.vision.v1
Class ProductSetName.Builder
- java.lang.Object
-
- com.google.cloud.vision.v1.ProductSetName.Builder
-
- Enclosing class:
- ProductSetName
public static class ProductSetName.Builder extends Object
Builder for projects/{project}/locations/{location}/productSets/{product_set}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProductSetName
build()
String
getLocation()
String
getProductSet()
String
getProject()
ProductSetName.Builder
setLocation(String location)
ProductSetName.Builder
setProductSet(String productSet)
ProductSetName.Builder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getProductSet
public String getProductSet()
-
setProject
public ProductSetName.Builder setProject(String project)
-
setLocation
public ProductSetName.Builder setLocation(String location)
-
setProductSet
public ProductSetName.Builder setProductSet(String productSet)
-
build
public ProductSetName build()
-
-