data
Google Translate Lua API for KosmoKrator Agents
Agent-facing Lua documentation and function reference for the Google Translate KosmoKrator integration.Lua Namespace
Agents call this integration through app.integrations.google_translate.*.
Use lua_read_doc("integrations.google-translate") inside KosmoKrator to discover the same reference at runtime.
Call Lua from the Headless CLI
Use kosmo integrations:lua when a shell script, CI job, cron job, or another coding CLI should run a deterministic
Google Translate workflow without starting an interactive agent session.
kosmo integrations:lua --eval 'dump(app.integrations.google_translate.projects_get_supported_languages({}))' --json kosmo integrations:lua --eval 'print(docs.read("google-translate"))' --json
kosmo integrations:lua --eval 'print(docs.read("google-translate.projects_get_supported_languages"))' --json Workflow file
Put repeatable logic in a Lua file, then execute it with JSON output for the calling process.
local google_translate = app.integrations.google_translate
local result = google_translate.projects_get_supported_languages({})
dump(result) kosmo integrations:lua workflow.lua --json
kosmo integrations:lua workflow.lua --force --json integrations:lua exposes app.integrations.google_translate, app.mcp.*, docs.*, json.*, and regex.*. Use app.integrations.google_translate.default.* or app.integrations.google_translate.work.* when you configured named credential accounts.
MCP-only Lua
If the script only needs configured MCP servers and does not need Google Translate, use the narrower mcp:lua command.
# Use mcp:lua for MCP-only scripts; use integrations:lua for this integration namespace.
kosmo mcp:lua --eval 'dump(mcp.servers())' --json Agent-Facing Lua Docs
This is the rendered version of the full Lua documentation exposed to agents when they inspect the integration namespace.
Google Translate
Google Translate tools are exposed under app.integrations.google_translate. This package is generated from Google’s official Cloud Translation API v3 Discovery document and exposes 51 REST methods.
Coverage
- Source:
https://translate.googleapis.com/$discovery/rest?version=v3 - Read tools: 21
- Write tools: 30
- Base URL:
https://translate.googleapis.com
Usage Notes
Pass resource names such as projects/my-project, projects/my-project/locations/global, glossaries, datasets, models, and operation names exactly as Google documents them. Path parameters use reserved expansion where Discovery declares {+name}, {+parent}, or {+dataset} so slash-delimited resource names are preserved. Query parameters can be passed as top-level shortcuts or inside query. Translation, detection, document, glossary, model, dataset, adaptive MT, and operation methods accept the official JSON request object inside body.
Long-running batch and model/dataset operations return Google operation resources; poll with the generated operations tools.
Tools
google_translate_projects_get_supported_languages- GET /v3/{+parent}/supportedLanguagesgoogle_translate_projects_detect_language- POST /v3/{+parent}:detectLanguagegoogle_translate_projects_translate_text- POST /v3/{+parent}:translateTextgoogle_translate_projects_romanize_text- POST /v3/{+parent}:romanizeTextgoogle_translate_projects_locations_refine_text- POST /v3/{+parent}:refineTextgoogle_translate_projects_locations_get- GET /v3/{+name}google_translate_projects_locations_translate_text- POST /v3/{+parent}:translateTextgoogle_translate_projects_locations_adaptive_mt_translate- POST /v3/{+parent}:adaptiveMtTranslategoogle_translate_projects_locations_list- GET /v3/{+name}/locationsgoogle_translate_projects_locations_translate_document- POST /v3/{+parent}:translateDocumentgoogle_translate_projects_locations_get_supported_languages- GET /v3/{+parent}/supportedLanguagesgoogle_translate_projects_locations_batch_translate_text- POST /v3/{+parent}:batchTranslateTextgoogle_translate_projects_locations_detect_language- POST /v3/{+parent}:detectLanguagegoogle_translate_projects_locations_batch_translate_document- POST /v3/{+parent}:batchTranslateDocumentgoogle_translate_projects_locations_romanize_text- POST /v3/{+parent}:romanizeTextgoogle_translate_projects_locations_models_delete- DELETE /v3/{+name}google_translate_projects_locations_models_list- GET /v3/{+parent}/modelsgoogle_translate_projects_locations_models_get- GET /v3/{+name}google_translate_projects_locations_models_create- POST /v3/{+parent}/modelsgoogle_translate_projects_locations_operations_get- GET /v3/{+name}google_translate_projects_locations_operations_delete- DELETE /v3/{+name}google_translate_projects_locations_operations_cancel- POST /v3/{+name}:cancelgoogle_translate_projects_locations_operations_list- GET /v3/{+name}/operationsgoogle_translate_projects_locations_operations_wait- POST /v3/{+name}:waitgoogle_translate_projects_locations_datasets_import_data- POST /v3/{+dataset}:importDatagoogle_translate_projects_locations_datasets_create- POST /v3/{+parent}/datasetsgoogle_translate_projects_locations_datasets_delete- DELETE /v3/{+name}google_translate_projects_locations_datasets_get- GET /v3/{+name}google_translate_projects_locations_datasets_export_data- POST /v3/{+dataset}:exportDatagoogle_translate_projects_locations_datasets_list- GET /v3/{+parent}/datasetsgoogle_translate_projects_locations_datasets_examples_list- GET /v3/{+parent}/examplesgoogle_translate_projects_locations_glossaries_patch- PATCH /v3/{+name}google_translate_projects_locations_glossaries_list- GET /v3/{+parent}/glossariesgoogle_translate_projects_locations_glossaries_create- POST /v3/{+parent}/glossariesgoogle_translate_projects_locations_glossaries_get- GET /v3/{+name}google_translate_projects_locations_glossaries_delete- DELETE /v3/{+name}google_translate_projects_locations_glossaries_glossary_entries_get- GET /v3/{+name}google_translate_projects_locations_glossaries_glossary_entries_delete- DELETE /v3/{+name}google_translate_projects_locations_glossaries_glossary_entries_create- POST /v3/{+parent}/glossaryEntriesgoogle_translate_projects_locations_glossaries_glossary_entries_list- GET /v3/{+parent}/glossaryEntriesgoogle_translate_projects_locations_glossaries_glossary_entries_patch- PATCH /v3/{+name}google_translate_projects_locations_adaptive_mt_datasets_list- GET /v3/{+parent}/adaptiveMtDatasetsgoogle_translate_projects_locations_adaptive_mt_datasets_import_adaptive_mt_file- POST /v3/{+parent}:importAdaptiveMtFilegoogle_translate_projects_locations_adaptive_mt_datasets_create- POST /v3/{+parent}/adaptiveMtDatasetsgoogle_translate_projects_locations_adaptive_mt_datasets_delete- DELETE /v3/{+name}google_translate_projects_locations_adaptive_mt_datasets_get- GET /v3/{+name}google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_sentences_list- GET /v3/{+parent}/adaptiveMtSentencesgoogle_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_delete- DELETE /v3/{+name}google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_get- GET /v3/{+name}google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_list- GET /v3/{+parent}/adaptiveMtFilesgoogle_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_adaptive_mt_sentences_list- GET /v3/{+parent}/adaptiveMtSentences
Examples
local translated = app.integrations.google_translate.google_translate_projects_translate_text({
parent = "projects/example-project",
body = { contents = { "Hello" }, targetLanguageCode = "es" }
})
local languages = app.integrations.google_translate.google_translate_projects_locations_get_supported_languages({
parent = "projects/example-project/locations/global"
})
Responses are decoded Cloud Translation JSON responses, or { success = true, status = ... } for successful empty responses.
Raw agent markdown
# Google Translate
Google Translate tools are exposed under `app.integrations.google_translate`. This package is generated from Google's official Cloud Translation API v3 Discovery document and exposes 51 REST methods.
## Coverage
- Source: `https://translate.googleapis.com/$discovery/rest?version=v3`
- Read tools: 21
- Write tools: 30
- Base URL: `https://translate.googleapis.com`
## Usage Notes
Pass resource names such as `projects/my-project`, `projects/my-project/locations/global`, glossaries, datasets, models, and operation names exactly as Google documents them. Path parameters use reserved expansion where Discovery declares `{+name}`, `{+parent}`, or `{+dataset}` so slash-delimited resource names are preserved. Query parameters can be passed as top-level shortcuts or inside `query`. Translation, detection, document, glossary, model, dataset, adaptive MT, and operation methods accept the official JSON request object inside `body`.
Long-running batch and model/dataset operations return Google operation resources; poll with the generated operations tools.
## Tools
- `google_translate_projects_get_supported_languages` - GET /v3/{+parent}/supportedLanguages
- `google_translate_projects_detect_language` - POST /v3/{+parent}:detectLanguage
- `google_translate_projects_translate_text` - POST /v3/{+parent}:translateText
- `google_translate_projects_romanize_text` - POST /v3/{+parent}:romanizeText
- `google_translate_projects_locations_refine_text` - POST /v3/{+parent}:refineText
- `google_translate_projects_locations_get` - GET /v3/{+name}
- `google_translate_projects_locations_translate_text` - POST /v3/{+parent}:translateText
- `google_translate_projects_locations_adaptive_mt_translate` - POST /v3/{+parent}:adaptiveMtTranslate
- `google_translate_projects_locations_list` - GET /v3/{+name}/locations
- `google_translate_projects_locations_translate_document` - POST /v3/{+parent}:translateDocument
- `google_translate_projects_locations_get_supported_languages` - GET /v3/{+parent}/supportedLanguages
- `google_translate_projects_locations_batch_translate_text` - POST /v3/{+parent}:batchTranslateText
- `google_translate_projects_locations_detect_language` - POST /v3/{+parent}:detectLanguage
- `google_translate_projects_locations_batch_translate_document` - POST /v3/{+parent}:batchTranslateDocument
- `google_translate_projects_locations_romanize_text` - POST /v3/{+parent}:romanizeText
- `google_translate_projects_locations_models_delete` - DELETE /v3/{+name}
- `google_translate_projects_locations_models_list` - GET /v3/{+parent}/models
- `google_translate_projects_locations_models_get` - GET /v3/{+name}
- `google_translate_projects_locations_models_create` - POST /v3/{+parent}/models
- `google_translate_projects_locations_operations_get` - GET /v3/{+name}
- `google_translate_projects_locations_operations_delete` - DELETE /v3/{+name}
- `google_translate_projects_locations_operations_cancel` - POST /v3/{+name}:cancel
- `google_translate_projects_locations_operations_list` - GET /v3/{+name}/operations
- `google_translate_projects_locations_operations_wait` - POST /v3/{+name}:wait
- `google_translate_projects_locations_datasets_import_data` - POST /v3/{+dataset}:importData
- `google_translate_projects_locations_datasets_create` - POST /v3/{+parent}/datasets
- `google_translate_projects_locations_datasets_delete` - DELETE /v3/{+name}
- `google_translate_projects_locations_datasets_get` - GET /v3/{+name}
- `google_translate_projects_locations_datasets_export_data` - POST /v3/{+dataset}:exportData
- `google_translate_projects_locations_datasets_list` - GET /v3/{+parent}/datasets
- `google_translate_projects_locations_datasets_examples_list` - GET /v3/{+parent}/examples
- `google_translate_projects_locations_glossaries_patch` - PATCH /v3/{+name}
- `google_translate_projects_locations_glossaries_list` - GET /v3/{+parent}/glossaries
- `google_translate_projects_locations_glossaries_create` - POST /v3/{+parent}/glossaries
- `google_translate_projects_locations_glossaries_get` - GET /v3/{+name}
- `google_translate_projects_locations_glossaries_delete` - DELETE /v3/{+name}
- `google_translate_projects_locations_glossaries_glossary_entries_get` - GET /v3/{+name}
- `google_translate_projects_locations_glossaries_glossary_entries_delete` - DELETE /v3/{+name}
- `google_translate_projects_locations_glossaries_glossary_entries_create` - POST /v3/{+parent}/glossaryEntries
- `google_translate_projects_locations_glossaries_glossary_entries_list` - GET /v3/{+parent}/glossaryEntries
- `google_translate_projects_locations_glossaries_glossary_entries_patch` - PATCH /v3/{+name}
- `google_translate_projects_locations_adaptive_mt_datasets_list` - GET /v3/{+parent}/adaptiveMtDatasets
- `google_translate_projects_locations_adaptive_mt_datasets_import_adaptive_mt_file` - POST /v3/{+parent}:importAdaptiveMtFile
- `google_translate_projects_locations_adaptive_mt_datasets_create` - POST /v3/{+parent}/adaptiveMtDatasets
- `google_translate_projects_locations_adaptive_mt_datasets_delete` - DELETE /v3/{+name}
- `google_translate_projects_locations_adaptive_mt_datasets_get` - GET /v3/{+name}
- `google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_sentences_list` - GET /v3/{+parent}/adaptiveMtSentences
- `google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_delete` - DELETE /v3/{+name}
- `google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_get` - GET /v3/{+name}
- `google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_list` - GET /v3/{+parent}/adaptiveMtFiles
- `google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_adaptive_mt_sentences_list` - GET /v3/{+parent}/adaptiveMtSentences
## Examples
```lua
local translated = app.integrations.google_translate.google_translate_projects_translate_text({
parent = "projects/example-project",
body = { contents = { "Hello" }, targetLanguageCode = "es" }
})
local languages = app.integrations.google_translate.google_translate_projects_locations_get_supported_languages({
parent = "projects/example-project/locations/global"
})
```
Responses are decoded Cloud Translation JSON responses, or `{ success = true, status = ... }` for successful empty responses. local result = app.integrations.google_translate.projects_get_supported_languages({})
print(result) Functions
projects_get_supported_languages Read
Projects Get Supported Languages (GET /v3/{+parent}/supportedLanguages).
- Lua path
app.integrations.google_translate.projects_get_supported_languages- Full name
google-translate.google_translate_projects_get_supported_languages
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_detect_language Write
Projects Detect Language (POST /v3/{+parent}:detectLanguage).
- Lua path
app.integrations.google_translate.projects_detect_language- Full name
google-translate.google_translate_projects_detect_language
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_text Write
Projects Translate Text (POST /v3/{+parent}:translateText).
- Lua path
app.integrations.google_translate.projects_text- Full name
google-translate.google_translate_projects_translate_text
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_romanize_text Write
Projects Romanize Text (POST /v3/{+parent}:romanizeText).
- Lua path
app.integrations.google_translate.projects_romanize_text- Full name
google-translate.google_translate_projects_romanize_text
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_refine_text Write
Projects Locations Refine Text (POST /v3/{+parent}:refineText).
- Lua path
app.integrations.google_translate.projects_locations_refine_text- Full name
google-translate.google_translate_projects_locations_refine_text
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_get Read
Projects Locations Get (GET /v3/{+name}).
- Lua path
app.integrations.google_translate.projects_locations_get- Full name
google-translate.google_translate_projects_locations_get
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_text Write
Projects Locations Translate Text (POST /v3/{+parent}:translateText).
- Lua path
app.integrations.google_translate.projects_locations_text- Full name
google-translate.google_translate_projects_locations_translate_text
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_adaptive_mt Write
Projects Locations Adaptive Mt Translate (POST /v3/{+parent}:adaptiveMtTranslate).
- Lua path
app.integrations.google_translate.projects_locations_adaptive_mt- Full name
google-translate.google_translate_projects_locations_adaptive_mt_translate
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_list Read
Projects Locations List (GET /v3/{+name}/locations).
- Lua path
app.integrations.google_translate.projects_locations_list- Full name
google-translate.google_translate_projects_locations_list
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_document Write
Projects Locations Translate Document (POST /v3/{+parent}:translateDocument).
- Lua path
app.integrations.google_translate.projects_locations_document- Full name
google-translate.google_translate_projects_locations_translate_document
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_get_supported_languages Read
Projects Locations Get Supported Languages (GET /v3/{+parent}/supportedLanguages).
- Lua path
app.integrations.google_translate.projects_locations_get_supported_languages- Full name
google-translate.google_translate_projects_locations_get_supported_languages
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_batch_text Write
Projects Locations Batch Translate Text (POST /v3/{+parent}:batchTranslateText).
- Lua path
app.integrations.google_translate.projects_locations_batch_text- Full name
google-translate.google_translate_projects_locations_batch_translate_text
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_detect_language Write
Projects Locations Detect Language (POST /v3/{+parent}:detectLanguage).
- Lua path
app.integrations.google_translate.projects_locations_detect_language- Full name
google-translate.google_translate_projects_locations_detect_language
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_batch_document Write
Projects Locations Batch Translate Document (POST /v3/{+parent}:batchTranslateDocument).
- Lua path
app.integrations.google_translate.projects_locations_batch_document- Full name
google-translate.google_translate_projects_locations_batch_translate_document
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_romanize_text Write
Projects Locations Romanize Text (POST /v3/{+parent}:romanizeText).
- Lua path
app.integrations.google_translate.projects_locations_romanize_text- Full name
google-translate.google_translate_projects_locations_romanize_text
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_models_delete Write
Projects Locations Models Delete (DELETE /v3/{+name}).
- Lua path
app.integrations.google_translate.projects_locations_models_delete- Full name
google-translate.google_translate_projects_locations_models_delete
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_models_list Read
Projects Locations Models List (GET /v3/{+parent}/models).
- Lua path
app.integrations.google_translate.projects_locations_models_list- Full name
google-translate.google_translate_projects_locations_models_list
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_models_get Read
Projects Locations Models Get (GET /v3/{+name}).
- Lua path
app.integrations.google_translate.projects_locations_models_get- Full name
google-translate.google_translate_projects_locations_models_get
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_models_create Write
Projects Locations Models Create (POST /v3/{+parent}/models).
- Lua path
app.integrations.google_translate.projects_locations_models_create- Full name
google-translate.google_translate_projects_locations_models_create
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_operations_get Read
Projects Locations Operations Get (GET /v3/{+name}).
- Lua path
app.integrations.google_translate.projects_locations_operations_get- Full name
google-translate.google_translate_projects_locations_operations_get
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_operations_delete Write
Projects Locations Operations Delete (DELETE /v3/{+name}).
- Lua path
app.integrations.google_translate.projects_locations_operations_delete- Full name
google-translate.google_translate_projects_locations_operations_delete
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_operations_cancel Write
Projects Locations Operations Cancel (POST /v3/{+name}:cancel).
- Lua path
app.integrations.google_translate.projects_locations_operations_cancel- Full name
google-translate.google_translate_projects_locations_operations_cancel
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_operations_list Read
Projects Locations Operations List (GET /v3/{+name}/operations).
- Lua path
app.integrations.google_translate.projects_locations_operations_list- Full name
google-translate.google_translate_projects_locations_operations_list
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_operations_wait Write
Projects Locations Operations Wait (POST /v3/{+name}:wait).
- Lua path
app.integrations.google_translate.projects_locations_operations_wait- Full name
google-translate.google_translate_projects_locations_operations_wait
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_datasets_import_data Write
Projects Locations Datasets Import Data (POST /v3/{+dataset}:importData).
- Lua path
app.integrations.google_translate.projects_locations_datasets_import_data- Full name
google-translate.google_translate_projects_locations_datasets_import_data
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_datasets_create Write
Projects Locations Datasets Create (POST /v3/{+parent}/datasets).
- Lua path
app.integrations.google_translate.projects_locations_datasets_create- Full name
google-translate.google_translate_projects_locations_datasets_create
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_datasets_delete Write
Projects Locations Datasets Delete (DELETE /v3/{+name}).
- Lua path
app.integrations.google_translate.projects_locations_datasets_delete- Full name
google-translate.google_translate_projects_locations_datasets_delete
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_datasets_get Read
Projects Locations Datasets Get (GET /v3/{+name}).
- Lua path
app.integrations.google_translate.projects_locations_datasets_get- Full name
google-translate.google_translate_projects_locations_datasets_get
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_datasets_export_data Write
Projects Locations Datasets Export Data (POST /v3/{+dataset}:exportData).
- Lua path
app.integrations.google_translate.projects_locations_datasets_export_data- Full name
google-translate.google_translate_projects_locations_datasets_export_data
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_datasets_list Read
Projects Locations Datasets List (GET /v3/{+parent}/datasets).
- Lua path
app.integrations.google_translate.projects_locations_datasets_list- Full name
google-translate.google_translate_projects_locations_datasets_list
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_datasets_examples_list Read
Projects Locations Datasets Examples List (GET /v3/{+parent}/examples).
- Lua path
app.integrations.google_translate.projects_locations_datasets_examples_list- Full name
google-translate.google_translate_projects_locations_datasets_examples_list
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_glossaries_patch Write
Projects Locations Glossaries Patch (PATCH /v3/{+name}).
- Lua path
app.integrations.google_translate.projects_locations_glossaries_patch- Full name
google-translate.google_translate_projects_locations_glossaries_patch
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_glossaries_list Read
Projects Locations Glossaries List (GET /v3/{+parent}/glossaries).
- Lua path
app.integrations.google_translate.projects_locations_glossaries_list- Full name
google-translate.google_translate_projects_locations_glossaries_list
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_glossaries_create Write
Projects Locations Glossaries Create (POST /v3/{+parent}/glossaries).
- Lua path
app.integrations.google_translate.projects_locations_glossaries_create- Full name
google-translate.google_translate_projects_locations_glossaries_create
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_glossaries_get Read
Projects Locations Glossaries Get (GET /v3/{+name}).
- Lua path
app.integrations.google_translate.projects_locations_glossaries_get- Full name
google-translate.google_translate_projects_locations_glossaries_get
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_glossaries_delete Write
Projects Locations Glossaries Delete (DELETE /v3/{+name}).
- Lua path
app.integrations.google_translate.projects_locations_glossaries_delete- Full name
google-translate.google_translate_projects_locations_glossaries_delete
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_glossaries_glossary_entries_get Read
Projects Locations Glossaries Glossary Entries Get (GET /v3/{+name}).
- Lua path
app.integrations.google_translate.projects_locations_glossaries_glossary_entries_get- Full name
google-translate.google_translate_projects_locations_glossaries_glossary_entries_get
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_glossaries_glossary_entries_delete Write
Projects Locations Glossaries Glossary Entries Delete (DELETE /v3/{+name}).
- Lua path
app.integrations.google_translate.projects_locations_glossaries_glossary_entries_delete- Full name
google-translate.google_translate_projects_locations_glossaries_glossary_entries_delete
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_glossaries_glossary_entries_create Write
Projects Locations Glossaries Glossary Entries Create (POST /v3/{+parent}/glossaryEntries).
- Lua path
app.integrations.google_translate.projects_locations_glossaries_glossary_entries_create- Full name
google-translate.google_translate_projects_locations_glossaries_glossary_entries_create
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_glossaries_glossary_entries_list Read
Projects Locations Glossaries Glossary Entries List (GET /v3/{+parent}/glossaryEntries).
- Lua path
app.integrations.google_translate.projects_locations_glossaries_glossary_entries_list- Full name
google-translate.google_translate_projects_locations_glossaries_glossary_entries_list
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_glossaries_glossary_entries_patch Write
Projects Locations Glossaries Glossary Entries Patch (PATCH /v3/{+name}).
- Lua path
app.integrations.google_translate.projects_locations_glossaries_glossary_entries_patch- Full name
google-translate.google_translate_projects_locations_glossaries_glossary_entries_patch
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_adaptive_mt_datasets_list Read
Projects Locations Adaptive Mt Datasets List (GET /v3/{+parent}/adaptiveMtDatasets).
- Lua path
app.integrations.google_translate.projects_locations_adaptive_mt_datasets_list- Full name
google-translate.google_translate_projects_locations_adaptive_mt_datasets_list
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_adaptive_mt_datasets_import_adaptive_mt_file Write
Projects Locations Adaptive Mt Datasets Import Adaptive Mt File (POST /v3/{+parent}:importAdaptiveMtFile).
- Lua path
app.integrations.google_translate.projects_locations_adaptive_mt_datasets_import_adaptive_mt_file- Full name
google-translate.google_translate_projects_locations_adaptive_mt_datasets_import_adaptive_mt_file
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_adaptive_mt_datasets_create Write
Projects Locations Adaptive Mt Datasets Create (POST /v3/{+parent}/adaptiveMtDatasets).
- Lua path
app.integrations.google_translate.projects_locations_adaptive_mt_datasets_create- Full name
google-translate.google_translate_projects_locations_adaptive_mt_datasets_create
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_adaptive_mt_datasets_delete Write
Projects Locations Adaptive Mt Datasets Delete (DELETE /v3/{+name}).
- Lua path
app.integrations.google_translate.projects_locations_adaptive_mt_datasets_delete- Full name
google-translate.google_translate_projects_locations_adaptive_mt_datasets_delete
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_adaptive_mt_datasets_get Read
Projects Locations Adaptive Mt Datasets Get (GET /v3/{+name}).
- Lua path
app.integrations.google_translate.projects_locations_adaptive_mt_datasets_get- Full name
google-translate.google_translate_projects_locations_adaptive_mt_datasets_get
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_adaptive_mt_datasets_adaptive_mt_sentences_list Read
Projects Locations Adaptive Mt Datasets Adaptive Mt Sentences List (GET /v3/{+parent}/adaptiveMtSentences).
- Lua path
app.integrations.google_translate.projects_locations_adaptive_mt_datasets_adaptive_mt_sentences_list- Full name
google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_sentences_list
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_adaptive_mt_datasets_adaptive_mt_files_delete Write
Projects Locations Adaptive Mt Datasets Adaptive Mt Files Delete (DELETE /v3/{+name}).
- Lua path
app.integrations.google_translate.projects_locations_adaptive_mt_datasets_adaptive_mt_files_delete- Full name
google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_delete
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_adaptive_mt_datasets_adaptive_mt_files_get Read
Projects Locations Adaptive Mt Datasets Adaptive Mt Files Get (GET /v3/{+name}).
- Lua path
app.integrations.google_translate.projects_locations_adaptive_mt_datasets_adaptive_mt_files_get- Full name
google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_get
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_adaptive_mt_datasets_adaptive_mt_files_list Read
Projects Locations Adaptive Mt Datasets Adaptive Mt Files List (GET /v3/{+parent}/adaptiveMtFiles).
- Lua path
app.integrations.google_translate.projects_locations_adaptive_mt_datasets_adaptive_mt_files_list- Full name
google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_list
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
projects_locations_adaptive_mt_datasets_adaptive_mt_files_adaptive_mt_sentences_list Read
Projects Locations Adaptive Mt Datasets Adaptive Mt Files Adaptive Mt Sentences List (GET /v3/{+parent}/adaptiveMtSentences).
- Lua path
app.integrations.google_translate.projects_locations_adaptive_mt_datasets_adaptive_mt_files_adaptive_mt_sentences_list- Full name
google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_adaptive_mt_sentences_list
| Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||