Class PhraseMatcherName (2.20.0)

public class PhraseMatcherName implements ResourceName

Inheritance

Object > PhraseMatcherName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String phraseMatcher)

public static String format(String project, String location, String phraseMatcher)
Parameters
NameDescription
projectString
locationString
phraseMatcherString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

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

newBuilder()

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

of(String project, String location, String phraseMatcher)

public static PhraseMatcherName of(String project, String location, String phraseMatcher)
Parameters
NameDescription
projectString
locationString
phraseMatcherString
Returns
TypeDescription
PhraseMatcherName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<PhraseMatcherName> values)

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

Constructors

PhraseMatcherName()

protected PhraseMatcherName()

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

getPhraseMatcher()

public String getPhraseMatcher()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
TypeDescription
String
Overrides