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 |
---|---|
OperationFuture<DeleteGlossaryResponse,DeleteGlossaryMetadata> |
TranslationServiceClient.deleteGlossaryAsync(DeleteGlossaryRequest request)
Deletes a glossary, or cancels glossary construction if the glossary isn't created yet.
|
OperationFuture<DeleteGlossaryResponse,DeleteGlossaryMetadata> |
TranslationServiceClient.deleteGlossaryAsync(GlossaryName name)
Deletes a glossary, or cancels glossary construction if the glossary isn't created yet.
|
OperationFuture<DeleteGlossaryResponse,DeleteGlossaryMetadata> |
TranslationServiceClient.deleteGlossaryAsync(String name)
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.
|
Parser<DeleteGlossaryMetadata> |
DeleteGlossaryMetadata.getParserForType() |
static Parser<DeleteGlossaryMetadata> |
DeleteGlossaryMetadata.parser() |
Modifier and Type | Method and Description |
---|---|
DeleteGlossaryMetadata.Builder |
DeleteGlossaryMetadata.Builder.mergeFrom(DeleteGlossaryMetadata other) |
static DeleteGlossaryMetadata.Builder |
DeleteGlossaryMetadata.newBuilder(DeleteGlossaryMetadata prototype) |
Copyright © 2022 Google LLC. All rights reserved.