Class PhraseSetName.Builder
- java.lang.Object
-
- com.google.cloud.speech.v1p1beta1.PhraseSetName.Builder
-
- Enclosing class:
- PhraseSetName
public static class PhraseSetName.Builder extends Object
Builder for projects/{project}/locations/{location}/phraseSets/{phrase_set}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PhraseSetNamebuild()StringgetLocation()StringgetPhraseSet()StringgetProject()PhraseSetName.BuildersetLocation(String location)PhraseSetName.BuildersetPhraseSet(String phraseSet)PhraseSetName.BuildersetProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getPhraseSet
public String getPhraseSet()
-
setProject
public PhraseSetName.Builder setProject(String project)
-
setLocation
public PhraseSetName.Builder setLocation(String location)
-
setPhraseSet
public PhraseSetName.Builder setPhraseSet(String phraseSet)
-
build
public PhraseSetName build()
-
-