| 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.ListModelsPagedResponse |
TranslationServiceClient.listModels(ListModelsRequest request)
Lists models.
|
TranslationServiceClient.ListModelsPagedResponse |
TranslationServiceClient.listModels(LocationName parent)
Lists models.
|
TranslationServiceClient.ListModelsPagedResponse |
TranslationServiceClient.listModels(String parent)
Lists models.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<TranslationServiceClient.ListModelsPagedResponse> |
TranslationServiceClient.ListModelsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListModelsRequest,ListModelsResponse,Model> context,
com.google.api.core.ApiFuture<ListModelsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListModelsRequest,TranslationServiceClient.ListModelsPagedResponse> |
TranslationServiceClient.listModelsPagedCallable()
Lists models.
|
com.google.api.gax.rpc.PagedCallSettings<ListModelsRequest,ListModelsResponse,TranslationServiceClient.ListModelsPagedResponse> |
TranslationServiceSettings.listModelsSettings()
Returns the object with the settings used for calls to listModels.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListModelsRequest,ListModelsResponse,TranslationServiceClient.ListModelsPagedResponse> |
TranslationServiceSettings.Builder.listModelsSettings()
Returns the builder for the settings used for calls to listModels.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<ListModelsRequest,TranslationServiceClient.ListModelsPagedResponse> |
GrpcTranslationServiceStub.listModelsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListModelsRequest,TranslationServiceClient.ListModelsPagedResponse> |
HttpJsonTranslationServiceStub.listModelsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListModelsRequest,TranslationServiceClient.ListModelsPagedResponse> |
TranslationServiceStub.listModelsPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListModelsRequest,ListModelsResponse,TranslationServiceClient.ListModelsPagedResponse> |
TranslationServiceStubSettings.listModelsSettings()
Returns the object with the settings used for calls to listModels.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListModelsRequest,ListModelsResponse,TranslationServiceClient.ListModelsPagedResponse> |
TranslationServiceStubSettings.Builder.listModelsSettings()
Returns the builder for the settings used for calls to listModels.
|
Copyright © 2024 Google LLC. All rights reserved.