Class HumanReviewConfigName.Builder
- java.lang.Object
-
- com.google.cloud.documentai.v1beta3.HumanReviewConfigName.Builder
-
- Enclosing class:
- HumanReviewConfigName
public static class HumanReviewConfigName.Builder extends Object
Builder for projects/{project}/locations/{location}/processors/{processor}/humanReviewConfig.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HumanReviewConfigName
build()
String
getLocation()
String
getProcessor()
String
getProject()
HumanReviewConfigName.Builder
setLocation(String location)
HumanReviewConfigName.Builder
setProcessor(String processor)
HumanReviewConfigName.Builder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getProcessor
public String getProcessor()
-
setProject
public HumanReviewConfigName.Builder setProject(String project)
-
setLocation
public HumanReviewConfigName.Builder setLocation(String location)
-
setProcessor
public HumanReviewConfigName.Builder setProcessor(String processor)
-
build
public HumanReviewConfigName build()
-
-