| 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.ListAdaptiveMtFilesPagedResponse |
TranslationServiceClient.listAdaptiveMtFiles(AdaptiveMtDatasetName parent)
Lists all AdaptiveMtFiles associated to an AdaptiveMtDataset.
|
TranslationServiceClient.ListAdaptiveMtFilesPagedResponse |
TranslationServiceClient.listAdaptiveMtFiles(ListAdaptiveMtFilesRequest request)
Lists all AdaptiveMtFiles associated to an AdaptiveMtDataset.
|
TranslationServiceClient.ListAdaptiveMtFilesPagedResponse |
TranslationServiceClient.listAdaptiveMtFiles(String parent)
Lists all AdaptiveMtFiles associated to an AdaptiveMtDataset.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<TranslationServiceClient.ListAdaptiveMtFilesPagedResponse> |
TranslationServiceClient.ListAdaptiveMtFilesPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListAdaptiveMtFilesRequest,ListAdaptiveMtFilesResponse,AdaptiveMtFile> context,
com.google.api.core.ApiFuture<ListAdaptiveMtFilesResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListAdaptiveMtFilesRequest,TranslationServiceClient.ListAdaptiveMtFilesPagedResponse> |
TranslationServiceClient.listAdaptiveMtFilesPagedCallable()
Lists all AdaptiveMtFiles associated to an AdaptiveMtDataset.
|
com.google.api.gax.rpc.PagedCallSettings<ListAdaptiveMtFilesRequest,ListAdaptiveMtFilesResponse,TranslationServiceClient.ListAdaptiveMtFilesPagedResponse> |
TranslationServiceSettings.listAdaptiveMtFilesSettings()
Returns the object with the settings used for calls to listAdaptiveMtFiles.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListAdaptiveMtFilesRequest,ListAdaptiveMtFilesResponse,TranslationServiceClient.ListAdaptiveMtFilesPagedResponse> |
TranslationServiceSettings.Builder.listAdaptiveMtFilesSettings()
Returns the builder for the settings used for calls to listAdaptiveMtFiles.
|
Copyright © 2024 Google LLC. All rights reserved.