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 ImageName
build()
String
getImage()
String
getLocation()
String
getProduct()
String
getProject()
ImageName.Builder
setImage(String image)
ImageName.Builder
setLocation(String location)
ImageName.Builder
setProduct(String product)
ImageName.Builder
setProject(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()
-
-