Class HumanReviewConfigName.Builder (2.46.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
Type Description
HumanReviewConfigName

getLocation()

public String getLocation()
Returns
Type Description
String

getProcessor()

public String getProcessor()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setLocation(String location)

public HumanReviewConfigName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
HumanReviewConfigName.Builder

setProcessor(String processor)

public HumanReviewConfigName.Builder setProcessor(String processor)
Parameter
Name Description
processor String
Returns
Type Description
HumanReviewConfigName.Builder

setProject(String project)

public HumanReviewConfigName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
HumanReviewConfigName.Builder