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 |
---|---|
UnaryCallable<CreateGlossaryRequest,Operation> |
TranslationServiceClient.createGlossaryCallable()
Creates a glossary and returns the long-running operation.
|
OperationCallable<CreateGlossaryRequest,Glossary,CreateGlossaryMetadata> |
TranslationServiceClient.createGlossaryOperationCallable()
Creates a glossary and returns the long-running operation.
|
OperationCallSettings<CreateGlossaryRequest,Glossary,CreateGlossaryMetadata> |
TranslationServiceSettings.createGlossaryOperationSettings()
Returns the object with the settings used for calls to createGlossary.
|
OperationCallSettings.Builder<CreateGlossaryRequest,Glossary,CreateGlossaryMetadata> |
TranslationServiceSettings.Builder.createGlossaryOperationSettings()
Returns the builder for the settings used for calls to createGlossary.
|
UnaryCallSettings<CreateGlossaryRequest,Operation> |
TranslationServiceSettings.createGlossarySettings()
Returns the object with the settings used for calls to createGlossary.
|
UnaryCallSettings.Builder<CreateGlossaryRequest,Operation> |
TranslationServiceSettings.Builder.createGlossarySettings()
Returns the builder for the settings used for calls to createGlossary.
|
static MethodDescriptor<CreateGlossaryRequest,Operation> |
TranslationServiceGrpc.getCreateGlossaryMethod() |
Parser<CreateGlossaryRequest> |
CreateGlossaryRequest.getParserForType() |
static Parser<CreateGlossaryRequest> |
CreateGlossaryRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Operation |
TranslationServiceGrpc.TranslationServiceBlockingStub.createGlossary(CreateGlossaryRequest request)
Creates a glossary and returns the long-running operation.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
TranslationServiceGrpc.TranslationServiceFutureStub.createGlossary(CreateGlossaryRequest request)
Creates a glossary and returns the long-running operation.
|
void |
TranslationServiceGrpc.TranslationServiceImplBase.createGlossary(CreateGlossaryRequest request,
StreamObserver<Operation> responseObserver)
Creates a glossary and returns the long-running operation.
|
void |
TranslationServiceGrpc.TranslationServiceStub.createGlossary(CreateGlossaryRequest request,
StreamObserver<Operation> responseObserver)
Creates a glossary and returns the long-running operation.
|
OperationFuture<Glossary,CreateGlossaryMetadata> |
TranslationServiceClient.createGlossaryAsync(CreateGlossaryRequest request)
Creates a glossary and returns the long-running operation.
|
CreateGlossaryRequest.Builder |
CreateGlossaryRequest.Builder.mergeFrom(CreateGlossaryRequest other) |
static CreateGlossaryRequest.Builder |
CreateGlossaryRequest.newBuilder(CreateGlossaryRequest prototype) |
Copyright © 2022 Google LLC. All rights reserved.