Package com.google.cloud.speech.v1
Class PhraseSetName.Builder
- java.lang.Object
-
- com.google.cloud.speech.v1.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 protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PhraseSetName
build()
String
getLocation()
String
getPhraseSet()
String
getProject()
PhraseSetName.Builder
setLocation(String location)
PhraseSetName.Builder
setPhraseSet(String phraseSet)
PhraseSetName.Builder
setProject(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()
-
-