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<Glossary,CreateGlossaryMetadata> |
TranslationServiceClient.createGlossaryAsync(CreateGlossaryRequest request)
Creates a glossary and returns the long-running operation.
|
OperationFuture<Glossary,CreateGlossaryMetadata> |
TranslationServiceClient.createGlossaryAsync(LocationName parent,
Glossary glossary)
Creates a glossary and returns the long-running operation.
|
OperationFuture<Glossary,CreateGlossaryMetadata> |
TranslationServiceClient.createGlossaryAsync(String parent,
Glossary glossary)
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.
|
Parser<CreateGlossaryMetadata> |
CreateGlossaryMetadata.getParserForType() |
static Parser<CreateGlossaryMetadata> |
CreateGlossaryMetadata.parser() |
Modifier and Type | Method and Description |
---|---|
CreateGlossaryMetadata.Builder |
CreateGlossaryMetadata.Builder.mergeFrom(CreateGlossaryMetadata other) |
static CreateGlossaryMetadata.Builder |
CreateGlossaryMetadata.newBuilder(CreateGlossaryMetadata prototype) |
Modifier and Type | Method and Description |
---|---|
OperationCallable<CreateGlossaryRequest,Glossary,CreateGlossaryMetadata> |
TranslationServiceStub.createGlossaryOperationCallable() |
OperationCallable<CreateGlossaryRequest,Glossary,CreateGlossaryMetadata> |
GrpcTranslationServiceStub.createGlossaryOperationCallable() |
OperationCallable<CreateGlossaryRequest,Glossary,CreateGlossaryMetadata> |
HttpJsonTranslationServiceStub.createGlossaryOperationCallable() |
OperationCallSettings<CreateGlossaryRequest,Glossary,CreateGlossaryMetadata> |
TranslationServiceStubSettings.createGlossaryOperationSettings()
Returns the object with the settings used for calls to createGlossary.
|
OperationCallSettings.Builder<CreateGlossaryRequest,Glossary,CreateGlossaryMetadata> |
TranslationServiceStubSettings.Builder.createGlossaryOperationSettings()
Returns the builder for the settings used for calls to createGlossary.
|
Copyright © 2022 Google LLC. All rights reserved.