@Generated(value="by gapic-generator-java") public class HumanReviewConfigName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
HumanReviewConfigName.Builder
Builder for projects/{project}/locations/{location}/processors/{processor}/humanReviewConfig.
|
| Modifier | Constructor and Description |
|---|---|
protected |
HumanReviewConfigName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String processor) |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getLocation() |
String |
getProcessor() |
String |
getProject() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static HumanReviewConfigName.Builder |
newBuilder() |
static HumanReviewConfigName |
of(String project,
String location,
String processor) |
static HumanReviewConfigName |
parse(String formattedString) |
static List<HumanReviewConfigName> |
parseList(List<String> formattedStrings) |
HumanReviewConfigName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<HumanReviewConfigName> values) |
@Deprecated protected HumanReviewConfigName()
public String getProject()
public String getLocation()
public String getProcessor()
public static HumanReviewConfigName.Builder newBuilder()
public HumanReviewConfigName.Builder toBuilder()
public static HumanReviewConfigName of(String project, String location, String processor)
public static HumanReviewConfigName parse(String formattedString)
public static List<HumanReviewConfigName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<HumanReviewConfigName> values)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap in interface com.google.api.resourcenames.ResourceNamepublic String getFieldValue(String fieldName)
getFieldValue in interface com.google.api.resourcenames.ResourceNameCopyright © 2024 Google LLC. All rights reserved.