| 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.ListDatasetsPagedResponse |
TranslationServiceClient.listDatasets(ListDatasetsRequest request)
Lists datasets.
|
TranslationServiceClient.ListDatasetsPagedResponse |
TranslationServiceClient.listDatasets(LocationName parent)
Lists datasets.
|
TranslationServiceClient.ListDatasetsPagedResponse |
TranslationServiceClient.listDatasets(String parent)
Lists datasets.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<TranslationServiceClient.ListDatasetsPagedResponse> |
TranslationServiceClient.ListDatasetsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListDatasetsRequest,ListDatasetsResponse,Dataset> context,
com.google.api.core.ApiFuture<ListDatasetsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListDatasetsRequest,TranslationServiceClient.ListDatasetsPagedResponse> |
TranslationServiceClient.listDatasetsPagedCallable()
Lists datasets.
|
com.google.api.gax.rpc.PagedCallSettings<ListDatasetsRequest,ListDatasetsResponse,TranslationServiceClient.ListDatasetsPagedResponse> |
TranslationServiceSettings.listDatasetsSettings()
Returns the object with the settings used for calls to listDatasets.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListDatasetsRequest,ListDatasetsResponse,TranslationServiceClient.ListDatasetsPagedResponse> |
TranslationServiceSettings.Builder.listDatasetsSettings()
Returns the builder for the settings used for calls to listDatasets.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<ListDatasetsRequest,TranslationServiceClient.ListDatasetsPagedResponse> |
GrpcTranslationServiceStub.listDatasetsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListDatasetsRequest,TranslationServiceClient.ListDatasetsPagedResponse> |
HttpJsonTranslationServiceStub.listDatasetsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListDatasetsRequest,TranslationServiceClient.ListDatasetsPagedResponse> |
TranslationServiceStub.listDatasetsPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListDatasetsRequest,ListDatasetsResponse,TranslationServiceClient.ListDatasetsPagedResponse> |
TranslationServiceStubSettings.listDatasetsSettings()
Returns the object with the settings used for calls to listDatasets.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListDatasetsRequest,ListDatasetsResponse,TranslationServiceClient.ListDatasetsPagedResponse> |
TranslationServiceStubSettings.Builder.listDatasetsSettings()
Returns the builder for the settings used for calls to listDatasets.
|
Copyright © 2024 Google LLC. All rights reserved.