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<DeleteGlossaryRequest,Operation> |
TranslationServiceClient.deleteGlossaryCallable()
Deletes a glossary, or cancels glossary construction if the glossary isn't created yet.
|
OperationCallable<DeleteGlossaryRequest,DeleteGlossaryResponse,DeleteGlossaryMetadata> |
TranslationServiceClient.deleteGlossaryOperationCallable()
Deletes a glossary, or cancels glossary construction if the glossary isn't created yet.
|
OperationCallSettings<DeleteGlossaryRequest,DeleteGlossaryResponse,DeleteGlossaryMetadata> |
TranslationServiceSettings.deleteGlossaryOperationSettings()
Returns the object with the settings used for calls to deleteGlossary.
|
OperationCallSettings.Builder<DeleteGlossaryRequest,DeleteGlossaryResponse,DeleteGlossaryMetadata> |
TranslationServiceSettings.Builder.deleteGlossaryOperationSettings()
Returns the builder for the settings used for calls to deleteGlossary.
|
UnaryCallSettings<DeleteGlossaryRequest,Operation> |
TranslationServiceSettings.deleteGlossarySettings()
Returns the object with the settings used for calls to deleteGlossary.
|
UnaryCallSettings.Builder<DeleteGlossaryRequest,Operation> |
TranslationServiceSettings.Builder.deleteGlossarySettings()
Returns the builder for the settings used for calls to deleteGlossary.
|
static MethodDescriptor<DeleteGlossaryRequest,Operation> |
TranslationServiceGrpc.getDeleteGlossaryMethod() |
Parser<DeleteGlossaryRequest> |
DeleteGlossaryRequest.getParserForType() |
static Parser<DeleteGlossaryRequest> |
DeleteGlossaryRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Operation |
TranslationServiceGrpc.TranslationServiceBlockingStub.deleteGlossary(DeleteGlossaryRequest request)
Deletes a glossary, or cancels glossary construction
if the glossary isn't created yet.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
TranslationServiceGrpc.TranslationServiceFutureStub.deleteGlossary(DeleteGlossaryRequest request)
Deletes a glossary, or cancels glossary construction
if the glossary isn't created yet.
|
void |
TranslationServiceGrpc.TranslationServiceImplBase.deleteGlossary(DeleteGlossaryRequest request,
StreamObserver<Operation> responseObserver)
Deletes a glossary, or cancels glossary construction
if the glossary isn't created yet.
|
void |
TranslationServiceGrpc.TranslationServiceStub.deleteGlossary(DeleteGlossaryRequest request,
StreamObserver<Operation> responseObserver)
Deletes a glossary, or cancels glossary construction
if the glossary isn't created yet.
|
OperationFuture<DeleteGlossaryResponse,DeleteGlossaryMetadata> |
TranslationServiceClient.deleteGlossaryAsync(DeleteGlossaryRequest request)
Deletes a glossary, or cancels glossary construction if the glossary isn't created yet.
|
DeleteGlossaryRequest.Builder |
DeleteGlossaryRequest.Builder.mergeFrom(DeleteGlossaryRequest other) |
static DeleteGlossaryRequest.Builder |
DeleteGlossaryRequest.newBuilder(DeleteGlossaryRequest prototype) |
Copyright © 2022 Google LLC. All rights reserved.