Uses of Class
com.google.cloud.speech.v1p1beta1.AdaptationClient.ListPhraseSetPagedResponse
-
Packages that use AdaptationClient.ListPhraseSetPagedResponse Package Description com.google.cloud.speech.v1p1beta1 A client to Cloud Speech-to-Text APIcom.google.cloud.speech.v1p1beta1.stub -
-
Uses of AdaptationClient.ListPhraseSetPagedResponse in com.google.cloud.speech.v1p1beta1
Methods in com.google.cloud.speech.v1p1beta1 that return AdaptationClient.ListPhraseSetPagedResponse Modifier and Type Method Description AdaptationClient.ListPhraseSetPagedResponse
AdaptationClient. listPhraseSet(ListPhraseSetRequest request)
List phrase sets.AdaptationClient.ListPhraseSetPagedResponse
AdaptationClient. listPhraseSet(LocationName parent)
List phrase sets.AdaptationClient.ListPhraseSetPagedResponse
AdaptationClient. listPhraseSet(String parent)
List phrase sets.Methods in com.google.cloud.speech.v1p1beta1 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.v1p1beta1.stub
Methods in com.google.cloud.speech.v1p1beta1.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.
-