public static class HumanReviewConfigName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
HumanReviewConfigName |
build() |
String |
getLocation() |
String |
getProcessor() |
String |
getProject() |
HumanReviewConfigName.Builder |
setLocation(String location) |
HumanReviewConfigName.Builder |
setProcessor(String processor) |
HumanReviewConfigName.Builder |
setProject(String project) |
public String getProject()
public String getLocation()
public String getProcessor()
public HumanReviewConfigName.Builder setProject(String project)
public HumanReviewConfigName.Builder setLocation(String location)
public HumanReviewConfigName.Builder setProcessor(String processor)
public HumanReviewConfigName build()
Copyright © 2024 Google LLC. All rights reserved.