Class PhraseMatcherName.Builder (2.41.0)

public static class PhraseMatcherName.Builder

Builder for projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}.

Inheritance

java.lang.Object > PhraseMatcherName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public PhraseMatcherName build()
Returns
TypeDescription
PhraseMatcherName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getPhraseMatcher()

public String getPhraseMatcher()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setLocation(String location)

public PhraseMatcherName.Builder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
PhraseMatcherName.Builder

setPhraseMatcher(String phraseMatcher)

public PhraseMatcherName.Builder setPhraseMatcher(String phraseMatcher)
Parameter
NameDescription
phraseMatcherString
Returns
TypeDescription
PhraseMatcherName.Builder

setProject(String project)

public PhraseMatcherName.Builder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
PhraseMatcherName.Builder