| Package | Description |
|---|---|
| com.google.cloud.translate.v3 |
A client to Cloud Translation API
The interfaces provided are listed below, along with usage samples.
|
| com.google.cloud.translate.v3.stub |
| Modifier and Type | Method and Description |
|---|---|
TranslationServiceClient.ListAdaptiveMtSentencesPagedResponse |
TranslationServiceClient.listAdaptiveMtSentences(AdaptiveMtFileName parent)
Lists all AdaptiveMtSentences under a given file/dataset.
|
TranslationServiceClient.ListAdaptiveMtSentencesPagedResponse |
TranslationServiceClient.listAdaptiveMtSentences(ListAdaptiveMtSentencesRequest request)
Lists all AdaptiveMtSentences under a given file/dataset.
|
TranslationServiceClient.ListAdaptiveMtSentencesPagedResponse |
TranslationServiceClient.listAdaptiveMtSentences(String parent)
Lists all AdaptiveMtSentences under a given file/dataset.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<TranslationServiceClient.ListAdaptiveMtSentencesPagedResponse> |
TranslationServiceClient.ListAdaptiveMtSentencesPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListAdaptiveMtSentencesRequest,ListAdaptiveMtSentencesResponse,AdaptiveMtSentence> context,
com.google.api.core.ApiFuture<ListAdaptiveMtSentencesResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListAdaptiveMtSentencesRequest,TranslationServiceClient.ListAdaptiveMtSentencesPagedResponse> |
TranslationServiceClient.listAdaptiveMtSentencesPagedCallable()
Lists all AdaptiveMtSentences under a given file/dataset.
|
com.google.api.gax.rpc.PagedCallSettings<ListAdaptiveMtSentencesRequest,ListAdaptiveMtSentencesResponse,TranslationServiceClient.ListAdaptiveMtSentencesPagedResponse> |
TranslationServiceSettings.listAdaptiveMtSentencesSettings()
Returns the object with the settings used for calls to listAdaptiveMtSentences.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListAdaptiveMtSentencesRequest,ListAdaptiveMtSentencesResponse,TranslationServiceClient.ListAdaptiveMtSentencesPagedResponse> |
TranslationServiceSettings.Builder.listAdaptiveMtSentencesSettings()
Returns the builder for the settings used for calls to listAdaptiveMtSentences.
|
Copyright © 2024 Google LLC. All rights reserved.