Class HumanReviewConfigName.Builder (2.41.0)

public static class HumanReviewConfigName.Builder

Builder for projects/{project}/locations/{location}/processors/{processor}/humanReviewConfig.

Inheritance

java.lang.Object > HumanReviewConfigName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public HumanReviewConfigName build()
Returns
TypeDescription
HumanReviewConfigName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProcessor()

public String getProcessor()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setLocation(String location)

public HumanReviewConfigName.Builder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
HumanReviewConfigName.Builder

setProcessor(String processor)

public HumanReviewConfigName.Builder setProcessor(String processor)
Parameter
NameDescription
processorString
Returns
TypeDescription
HumanReviewConfigName.Builder

setProject(String project)

public HumanReviewConfigName.Builder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
HumanReviewConfigName.Builder