Package | Description |
---|---|
com.google.cloud.translate.v3beta1 |
A client to Cloud Translation API
|
com.google.cloud.translate.v3beta1.stub |
Modifier and Type | Method and Description |
---|---|
ListGlossariesResponse |
TranslationServiceGrpc.TranslationServiceBlockingStub.listGlossaries(ListGlossariesRequest request)
Lists glossaries in a project.
|
com.google.common.util.concurrent.ListenableFuture<ListGlossariesResponse> |
TranslationServiceGrpc.TranslationServiceFutureStub.listGlossaries(ListGlossariesRequest request)
Lists glossaries in a project.
|
TranslationServiceClient.ListGlossariesPagedResponse |
TranslationServiceClient.listGlossaries(ListGlossariesRequest request)
Lists glossaries in a project.
|
void |
TranslationServiceGrpc.TranslationServiceImplBase.listGlossaries(ListGlossariesRequest request,
StreamObserver<ListGlossariesResponse> responseObserver)
Lists glossaries in a project.
|
void |
TranslationServiceGrpc.TranslationServiceStub.listGlossaries(ListGlossariesRequest request,
StreamObserver<ListGlossariesResponse> responseObserver)
Lists glossaries in a project.
|
ListGlossariesRequest.Builder |
ListGlossariesRequest.Builder.mergeFrom(ListGlossariesRequest other) |
static ListGlossariesRequest.Builder |
ListGlossariesRequest.newBuilder(ListGlossariesRequest prototype) |
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<TranslationServiceClient.ListGlossariesPagedResponse> |
TranslationServiceClient.ListGlossariesPagedResponse.createAsync(PageContext<ListGlossariesRequest,ListGlossariesResponse,Glossary> context,
com.google.api.core.ApiFuture<ListGlossariesResponse> futureResponse) |
protected TranslationServiceClient.ListGlossariesPage |
TranslationServiceClient.ListGlossariesPage.createPage(PageContext<ListGlossariesRequest,ListGlossariesResponse,Glossary> context,
ListGlossariesResponse response) |
com.google.api.core.ApiFuture<TranslationServiceClient.ListGlossariesPage> |
TranslationServiceClient.ListGlossariesPage.createPageAsync(PageContext<ListGlossariesRequest,ListGlossariesResponse,Glossary> context,
com.google.api.core.ApiFuture<ListGlossariesResponse> futureResponse) |
Copyright © 2022 Google LLC. All rights reserved.