Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1489,7 +1489,10 @@ libraries:
- path: google/cloud/translate/v3
- path: google/cloud/translate/v3beta1
copyright_year: "2026"
skip_generate: true
keep:
- src/v2/index.ts
- src/index.ts
- test/index.ts
nodejs:
default_version: v3
dependencies:
Expand Down
21 changes: 0 additions & 21 deletions packages/google-cloud-translate/.OwlBot.yaml

This file was deleted.

31 changes: 15 additions & 16 deletions packages/google-cloud-translate/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"distribution_name": "@google-cloud/translate",
"release_level": "stable",
"product_documentation": "https://cloud.google.com/translate/docs/",
"repo": "googleapis/google-cloud-node",
"default_version": "v3",
"language": "nodejs",
"requires_billing": true,
"issue_tracker": "https://issuetracker.google.com/savedsearches/559749",
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/translate/latest",
"name": "translate",
"name_pretty": "Cloud Translation",
"api_id": "translate.googleapis.com",
"codeowner_team": "@googleapis/ml-apis",
"api_shortname": "translate",
"library_type": "GAPIC_AUTO"
}
"api_description": "Integrates text translation into your website or application.",
"api_id": "translate.googleapis.com",
"api_shortname": "translate",
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/translate/latest",
"default_version": "v3",
"distribution_name": "@google-cloud/translate",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559749",
"language": "nodejs",
"library_type": "GAPIC_AUTO",
"name": "translate",
"name_pretty": "Cloud Translation",
"product_documentation": "https://cloud.google.com/translate/docs",
"release_level": "stable",
"repo": "googleapis/google-cloud-node"
}
Loading