| 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.ListAdaptiveMtDatasetsPagedResponse |
TranslationServiceClient.listAdaptiveMtDatasets(ListAdaptiveMtDatasetsRequest request)
Lists all Adaptive MT datasets for which the caller has read permission.
|
TranslationServiceClient.ListAdaptiveMtDatasetsPagedResponse |
TranslationServiceClient.listAdaptiveMtDatasets(LocationName parent)
Lists all Adaptive MT datasets for which the caller has read permission.
|
TranslationServiceClient.ListAdaptiveMtDatasetsPagedResponse |
TranslationServiceClient.listAdaptiveMtDatasets(String parent)
Lists all Adaptive MT datasets for which the caller has read permission.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<TranslationServiceClient.ListAdaptiveMtDatasetsPagedResponse> |
TranslationServiceClient.ListAdaptiveMtDatasetsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListAdaptiveMtDatasetsRequest,ListAdaptiveMtDatasetsResponse,AdaptiveMtDataset> context,
com.google.api.core.ApiFuture<ListAdaptiveMtDatasetsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListAdaptiveMtDatasetsRequest,TranslationServiceClient.ListAdaptiveMtDatasetsPagedResponse> |
TranslationServiceClient.listAdaptiveMtDatasetsPagedCallable()
Lists all Adaptive MT datasets for which the caller has read permission.
|
com.google.api.gax.rpc.PagedCallSettings<ListAdaptiveMtDatasetsRequest,ListAdaptiveMtDatasetsResponse,TranslationServiceClient.ListAdaptiveMtDatasetsPagedResponse> |
TranslationServiceSettings.listAdaptiveMtDatasetsSettings()
Returns the object with the settings used for calls to listAdaptiveMtDatasets.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListAdaptiveMtDatasetsRequest,ListAdaptiveMtDatasetsResponse,TranslationServiceClient.ListAdaptiveMtDatasetsPagedResponse> |
TranslationServiceSettings.Builder.listAdaptiveMtDatasetsSettings()
Returns the builder for the settings used for calls to listAdaptiveMtDatasets.
|
Copyright © 2024 Google LLC. All rights reserved.