Package com.google.cloud.vision.v1
Class ImageName.Builder
- java.lang.Object
-
- com.google.cloud.vision.v1.ImageName.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageNamebuild()StringgetImage()StringgetLocation()StringgetProduct()StringgetProject()ImageName.BuildersetImage(String image)ImageName.BuildersetLocation(String location)ImageName.BuildersetProduct(String product)ImageName.BuildersetProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getProduct
public String getProduct()
-
getImage
public String getImage()
-
setProject
public ImageName.Builder setProject(String project)
-
setLocation
public ImageName.Builder setLocation(String location)
-
setProduct
public ImageName.Builder setProduct(String product)
-
setImage
public ImageName.Builder setImage(String image)
-
build
public ImageName build()
-
-