| 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.ListExamplesPagedResponse |
TranslationServiceClient.listExamples(DatasetName parent)
Lists sentence pairs in the dataset.
|
TranslationServiceClient.ListExamplesPagedResponse |
TranslationServiceClient.listExamples(ListExamplesRequest request)
Lists sentence pairs in the dataset.
|
TranslationServiceClient.ListExamplesPagedResponse |
TranslationServiceClient.listExamples(String parent)
Lists sentence pairs in the dataset.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<TranslationServiceClient.ListExamplesPagedResponse> |
TranslationServiceClient.ListExamplesPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListExamplesRequest,ListExamplesResponse,Example> context,
com.google.api.core.ApiFuture<ListExamplesResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListExamplesRequest,TranslationServiceClient.ListExamplesPagedResponse> |
TranslationServiceClient.listExamplesPagedCallable()
Lists sentence pairs in the dataset.
|
com.google.api.gax.rpc.PagedCallSettings<ListExamplesRequest,ListExamplesResponse,TranslationServiceClient.ListExamplesPagedResponse> |
TranslationServiceSettings.listExamplesSettings()
Returns the object with the settings used for calls to listExamples.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListExamplesRequest,ListExamplesResponse,TranslationServiceClient.ListExamplesPagedResponse> |
TranslationServiceSettings.Builder.listExamplesSettings()
Returns the builder for the settings used for calls to listExamples.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<ListExamplesRequest,TranslationServiceClient.ListExamplesPagedResponse> |
GrpcTranslationServiceStub.listExamplesPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListExamplesRequest,TranslationServiceClient.ListExamplesPagedResponse> |
HttpJsonTranslationServiceStub.listExamplesPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListExamplesRequest,TranslationServiceClient.ListExamplesPagedResponse> |
TranslationServiceStub.listExamplesPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListExamplesRequest,ListExamplesResponse,TranslationServiceClient.ListExamplesPagedResponse> |
TranslationServiceStubSettings.listExamplesSettings()
Returns the object with the settings used for calls to listExamples.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListExamplesRequest,ListExamplesResponse,TranslationServiceClient.ListExamplesPagedResponse> |
TranslationServiceStubSettings.Builder.listExamplesSettings()
Returns the builder for the settings used for calls to listExamples.
|
Copyright © 2024 Google LLC. All rights reserved.