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 |
---|---|
static MethodDescriptor<GetGlossaryRequest,Glossary> |
TranslationServiceGrpc.getGetGlossaryMethod() |
UnaryCallable<GetGlossaryRequest,Glossary> |
TranslationServiceClient.getGlossaryCallable()
Gets a glossary.
|
UnaryCallSettings<GetGlossaryRequest,Glossary> |
TranslationServiceSettings.getGlossarySettings()
Returns the object with the settings used for calls to getGlossary.
|
UnaryCallSettings.Builder<GetGlossaryRequest,Glossary> |
TranslationServiceSettings.Builder.getGlossarySettings()
Returns the builder for the settings used for calls to getGlossary.
|
Parser<GetGlossaryRequest> |
GetGlossaryRequest.getParserForType() |
static Parser<GetGlossaryRequest> |
GetGlossaryRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Glossary |
TranslationServiceGrpc.TranslationServiceBlockingStub.getGlossary(GetGlossaryRequest request)
Gets a glossary.
|
com.google.common.util.concurrent.ListenableFuture<Glossary> |
TranslationServiceGrpc.TranslationServiceFutureStub.getGlossary(GetGlossaryRequest request)
Gets a glossary.
|
Glossary |
TranslationServiceClient.getGlossary(GetGlossaryRequest request)
Gets a glossary.
|
void |
TranslationServiceGrpc.TranslationServiceImplBase.getGlossary(GetGlossaryRequest request,
StreamObserver<Glossary> responseObserver)
Gets a glossary.
|
void |
TranslationServiceGrpc.TranslationServiceStub.getGlossary(GetGlossaryRequest request,
StreamObserver<Glossary> responseObserver)
Gets a glossary.
|
GetGlossaryRequest.Builder |
GetGlossaryRequest.Builder.mergeFrom(GetGlossaryRequest other) |
static GetGlossaryRequest.Builder |
GetGlossaryRequest.newBuilder(GetGlossaryRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<GetGlossaryRequest,Glossary> |
TranslationServiceStub.getGlossaryCallable() |
UnaryCallable<GetGlossaryRequest,Glossary> |
GrpcTranslationServiceStub.getGlossaryCallable() |
UnaryCallable<GetGlossaryRequest,Glossary> |
HttpJsonTranslationServiceStub.getGlossaryCallable() |
UnaryCallSettings<GetGlossaryRequest,Glossary> |
TranslationServiceStubSettings.getGlossarySettings()
Returns the object with the settings used for calls to getGlossary.
|
UnaryCallSettings.Builder<GetGlossaryRequest,Glossary> |
TranslationServiceStubSettings.Builder.getGlossarySettings()
Returns the builder for the settings used for calls to getGlossary.
|
Copyright © 2022 Google LLC. All rights reserved.