Class ProductName.Builder
- java.lang.Object
-
- com.google.cloud.vision.v1p4beta1.ProductName.Builder
-
- Enclosing class:
- ProductName
public static class ProductName.Builder extends Object
Builder for projects/{project}/locations/{location}/products/{product}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProductName
build()
String
getLocation()
String
getProduct()
String
getProject()
ProductName.Builder
setLocation(String location)
ProductName.Builder
setProduct(String product)
ProductName.Builder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getProduct
public String getProduct()
-
setProject
public ProductName.Builder setProject(String project)
-
setLocation
public ProductName.Builder setLocation(String location)
-
setProduct
public ProductName.Builder setProduct(String product)
-
build
public ProductName build()
-
-