Package com.google.cloud.documentai.v1
Class HumanReviewConfigName
- java.lang.Object
-
- com.google.cloud.documentai.v1.HumanReviewConfigName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class HumanReviewConfigName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HumanReviewConfigName.Builder
Builder for projects/{project}/locations/{location}/processors/{processor}/humanReviewConfig.
-
Constructor Summary
Constructors Modifier Constructor Description protected
HumanReviewConfigName()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Constructor Detail
-
HumanReviewConfigName
@Deprecated protected HumanReviewConfigName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getProcessor
public String getProcessor()
-
newBuilder
public static HumanReviewConfigName.Builder newBuilder()
-
toBuilder
public HumanReviewConfigName.Builder toBuilder()
-
of
public static HumanReviewConfigName of(String project, String location, String processor)
-
parse
public static HumanReviewConfigName parse(String formattedString)
-
parseList
public static List<HumanReviewConfigName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<HumanReviewConfigName> values)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-