| 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.ListGlossaryEntriesPagedResponse |
TranslationServiceClient.listGlossaryEntries(GlossaryName parent)
List the entries for the glossary.
|
TranslationServiceClient.ListGlossaryEntriesPagedResponse |
TranslationServiceClient.listGlossaryEntries(ListGlossaryEntriesRequest request)
List the entries for the glossary.
|
TranslationServiceClient.ListGlossaryEntriesPagedResponse |
TranslationServiceClient.listGlossaryEntries(String parent)
List the entries for the glossary.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<TranslationServiceClient.ListGlossaryEntriesPagedResponse> |
TranslationServiceClient.ListGlossaryEntriesPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListGlossaryEntriesRequest,ListGlossaryEntriesResponse,GlossaryEntry> context,
com.google.api.core.ApiFuture<ListGlossaryEntriesResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListGlossaryEntriesRequest,TranslationServiceClient.ListGlossaryEntriesPagedResponse> |
TranslationServiceClient.listGlossaryEntriesPagedCallable()
List the entries for the glossary.
|
com.google.api.gax.rpc.PagedCallSettings<ListGlossaryEntriesRequest,ListGlossaryEntriesResponse,TranslationServiceClient.ListGlossaryEntriesPagedResponse> |
TranslationServiceSettings.listGlossaryEntriesSettings()
Returns the object with the settings used for calls to listGlossaryEntries.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListGlossaryEntriesRequest,ListGlossaryEntriesResponse,TranslationServiceClient.ListGlossaryEntriesPagedResponse> |
TranslationServiceSettings.Builder.listGlossaryEntriesSettings()
Returns the builder for the settings used for calls to listGlossaryEntries.
|
Copyright © 2024 Google LLC. All rights reserved.