Class PhraseSetName.Builder (4.37.0)

public static class PhraseSetName.Builder

Builder for projects/{project}/locations/{location}/phraseSets/{phrase_set}.

Inheritance

java.lang.Object > PhraseSetName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public PhraseSetName build()
Returns
Type Description
PhraseSetName

getLocation()

public String getLocation()
Returns
Type Description
String

getPhraseSet()

public String getPhraseSet()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setLocation(String location)

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

setPhraseSet(String phraseSet)

public PhraseSetName.Builder setPhraseSet(String phraseSet)
Parameter
Name Description
phraseSet String
Returns
Type Description
PhraseSetName.Builder

setProject(String project)

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