Uses of Class
com.google.cloud.contentwarehouse.v1.SynonymSetName
-
Packages that use SynonymSetName Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of SynonymSetName in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return SynonymSetName Modifier and Type Method Description SynonymSetNameSynonymSetName.Builder. build()static SynonymSetNameSynonymSetName. of(String project, String location, String context)static SynonymSetNameSynonymSetName. parse(String formattedString)Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type SynonymSetName Modifier and Type Method Description static List<SynonymSetName>SynonymSetName. parseList(List<String> formattedStrings)Methods in com.google.cloud.contentwarehouse.v1 with parameters of type SynonymSetName Modifier and Type Method Description voidSynonymSetServiceClient. deleteSynonymSet(SynonymSetName name)Deletes a SynonymSet for a given context.SynonymSetSynonymSetServiceClient. getSynonymSet(SynonymSetName name)Gets a SynonymSet for a particular context.SynonymSetSynonymSetServiceClient. updateSynonymSet(SynonymSetName name, SynonymSet synonymSet)Remove the existing SynonymSet for the context and replaces it with a new one.Method parameters in com.google.cloud.contentwarehouse.v1 with type arguments of type SynonymSetName Modifier and Type Method Description static List<String>SynonymSetName. toStringList(List<SynonymSetName> values)
-