Uses of Class
com.google.cloud.contentwarehouse.v1.SynonymSetServiceClient.ListSynonymSetsPagedResponse
-
Packages that use SynonymSetServiceClient.ListSynonymSetsPagedResponse Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse APIcom.google.cloud.contentwarehouse.v1.stub -
-
Uses of SynonymSetServiceClient.ListSynonymSetsPagedResponse in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return SynonymSetServiceClient.ListSynonymSetsPagedResponse Modifier and Type Method Description SynonymSetServiceClient.ListSynonymSetsPagedResponse
SynonymSetServiceClient. listSynonymSets(ListSynonymSetsRequest request)
Returns all SynonymSets (for all contexts) for the specified location.SynonymSetServiceClient.ListSynonymSetsPagedResponse
SynonymSetServiceClient. listSynonymSets(LocationName parent)
Returns all SynonymSets (for all contexts) for the specified location.SynonymSetServiceClient.ListSynonymSetsPagedResponse
SynonymSetServiceClient. listSynonymSets(String parent)
Returns all SynonymSets (for all contexts) for the specified location.Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type SynonymSetServiceClient.ListSynonymSetsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<SynonymSetServiceClient.ListSynonymSetsPagedResponse>
SynonymSetServiceClient.ListSynonymSetsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSynonymSetsRequest,ListSynonymSetsResponse,SynonymSet> context, com.google.api.core.ApiFuture<ListSynonymSetsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListSynonymSetsRequest,SynonymSetServiceClient.ListSynonymSetsPagedResponse>
SynonymSetServiceClient. listSynonymSetsPagedCallable()
Returns all SynonymSets (for all contexts) for the specified location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSynonymSetsRequest,ListSynonymSetsResponse,SynonymSetServiceClient.ListSynonymSetsPagedResponse>
SynonymSetServiceSettings.Builder. listSynonymSetsSettings()
Returns the builder for the settings used for calls to listSynonymSets.com.google.api.gax.rpc.PagedCallSettings<ListSynonymSetsRequest,ListSynonymSetsResponse,SynonymSetServiceClient.ListSynonymSetsPagedResponse>
SynonymSetServiceSettings. listSynonymSetsSettings()
Returns the object with the settings used for calls to listSynonymSets. -
Uses of SynonymSetServiceClient.ListSynonymSetsPagedResponse in com.google.cloud.contentwarehouse.v1.stub
-