@Generated(value="by gapic-generator-java") public class RecognizerName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
RecognizerName.Builder
Builder for projects/{project}/locations/{location}/recognizers/{recognizer}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
RecognizerName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String recognizer) |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getLocation() |
String |
getProject() |
String |
getRecognizer() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static RecognizerName.Builder |
newBuilder() |
static RecognizerName |
of(String project,
String location,
String recognizer) |
static RecognizerName |
parse(String formattedString) |
static List<RecognizerName> |
parseList(List<String> formattedStrings) |
RecognizerName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<RecognizerName> values) |
@Deprecated protected RecognizerName()
public String getProject()
public String getLocation()
public String getRecognizer()
public static RecognizerName.Builder newBuilder()
public RecognizerName.Builder toBuilder()
public static RecognizerName of(String project, String location, String recognizer)
public static RecognizerName parse(String formattedString)
public static List<RecognizerName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<RecognizerName> 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.