Class RecognizerName (4.27.0)

public class RecognizerName implements ResourceName

Inheritance

Object > RecognizerName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String recognizer)

public static String format(String project, String location, String recognizer)
Parameters
NameDescription
projectString
locationString
recognizerString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
boolean

newBuilder()

public static RecognizerName.Builder newBuilder()
Returns
TypeDescription
RecognizerName.Builder

of(String project, String location, String recognizer)

public static RecognizerName of(String project, String location, String recognizer)
Parameters
NameDescription
projectString
locationString
recognizerString
Returns
TypeDescription
RecognizerName

parse(String formattedString)

public static RecognizerName parse(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
RecognizerName

parseList(List<String> formattedStrings)

public static List<RecognizerName> parseList(List<String> formattedStrings)
Parameter
NameDescription
formattedStringsList<String>
Returns
TypeDescription
List<RecognizerName>

toStringList(List<RecognizerName> values)

public static List<String> toStringList(List<RecognizerName> values)
Parameter
NameDescription
valuesList<RecognizerName>
Returns
TypeDescription
List<String>

Constructors

RecognizerName() (deprecated)

protected RecognizerName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
NameDescription
oObject
Returns
TypeDescription
boolean
Overrides

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
NameDescription
fieldNameString
Returns
TypeDescription
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
TypeDescription
Map<String,String>

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getRecognizer()

public String getRecognizer()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

public RecognizerName.Builder toBuilder()
Returns
TypeDescription
RecognizerName.Builder

toString()

public String toString()
Returns
TypeDescription
String
Overrides