Uses of Class
com.google.cloud.speech.v1.AdaptationClient.ListPhraseSetPagedResponse
-
Packages that use AdaptationClient.ListPhraseSetPagedResponse Package Description com.google.cloud.speech.v1 A client to Cloud Speech-to-Text APIcom.google.cloud.speech.v1.stub -
-
Uses of AdaptationClient.ListPhraseSetPagedResponse in com.google.cloud.speech.v1
Methods in com.google.cloud.speech.v1 that return AdaptationClient.ListPhraseSetPagedResponse Modifier and Type Method Description AdaptationClient.ListPhraseSetPagedResponseAdaptationClient. listPhraseSet(ListPhraseSetRequest request)List phrase sets.AdaptationClient.ListPhraseSetPagedResponseAdaptationClient. listPhraseSet(LocationName parent)List phrase sets.AdaptationClient.ListPhraseSetPagedResponseAdaptationClient. listPhraseSet(String parent)List phrase sets.Methods in com.google.cloud.speech.v1 that return types with arguments of type AdaptationClient.ListPhraseSetPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<AdaptationClient.ListPhraseSetPagedResponse>AdaptationClient.ListPhraseSetPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListPhraseSetRequest,ListPhraseSetResponse,PhraseSet> context, com.google.api.core.ApiFuture<ListPhraseSetResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListPhraseSetRequest,AdaptationClient.ListPhraseSetPagedResponse>AdaptationClient. listPhraseSetPagedCallable()List phrase sets.com.google.api.gax.rpc.PagedCallSettings.Builder<ListPhraseSetRequest,ListPhraseSetResponse,AdaptationClient.ListPhraseSetPagedResponse>AdaptationSettings.Builder. listPhraseSetSettings()Returns the builder for the settings used for calls to listPhraseSet.com.google.api.gax.rpc.PagedCallSettings<ListPhraseSetRequest,ListPhraseSetResponse,AdaptationClient.ListPhraseSetPagedResponse>AdaptationSettings. listPhraseSetSettings()Returns the object with the settings used for calls to listPhraseSet. -
Uses of AdaptationClient.ListPhraseSetPagedResponse in com.google.cloud.speech.v1.stub
Methods in com.google.cloud.speech.v1.stub that return types with arguments of type AdaptationClient.ListPhraseSetPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListPhraseSetRequest,AdaptationClient.ListPhraseSetPagedResponse>AdaptationStub. listPhraseSetPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListPhraseSetRequest,AdaptationClient.ListPhraseSetPagedResponse>GrpcAdaptationStub. listPhraseSetPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListPhraseSetRequest,AdaptationClient.ListPhraseSetPagedResponse>HttpJsonAdaptationStub. listPhraseSetPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListPhraseSetRequest,ListPhraseSetResponse,AdaptationClient.ListPhraseSetPagedResponse>AdaptationStubSettings.Builder. listPhraseSetSettings()Returns the builder for the settings used for calls to listPhraseSet.com.google.api.gax.rpc.PagedCallSettings<ListPhraseSetRequest,ListPhraseSetResponse,AdaptationClient.ListPhraseSetPagedResponse>AdaptationStubSettings. listPhraseSetSettings()Returns the object with the settings used for calls to listPhraseSet.
-