Class PhraseMatcherName.Builder (2.42.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
Type Description
PhraseMatcherName

getLocation()

public String getLocation()
Returns
Type Description
String

getPhraseMatcher()

public String getPhraseMatcher()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setLocation(String location)

public PhraseMatcherName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
PhraseMatcherName.Builder

setPhraseMatcher(String phraseMatcher)

public PhraseMatcherName.Builder setPhraseMatcher(String phraseMatcher)
Parameter
Name Description
phraseMatcher String
Returns
Type Description
PhraseMatcherName.Builder

setProject(String project)

public PhraseMatcherName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
PhraseMatcherName.Builder