Skip to content

Commit 127ce8d

Browse files
authored
feat: migrate google-cloud-workstations to librarian (#8480)
1 parent ec8b1f5 commit 127ce8d

8 files changed

Lines changed: 15 additions & 2130 deletions

File tree

librarian.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1705,7 +1705,6 @@ libraries:
17051705
- path: google/cloud/workstations/v1
17061706
- path: google/cloud/workstations/v1beta
17071707
copyright_year: "2026"
1708-
skip_generate: true
17091708
nodejs:
17101709
default_version: v1beta
17111710
- name: google-container

packages/google-cloud-workstations/.OwlBot.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

packages/google-cloud-workstations/.eslintignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/google-cloud-workstations/.eslintrc.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/google-cloud-workstations/.mocharc.js

Lines changed: 0 additions & 33 deletions
This file was deleted.
Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
{
2-
"name": "workstations",
3-
"name_pretty": "Cloud Workstations API",
4-
"product_documentation": "https://cloud.google.com/workstations/docs",
5-
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/workstations/latest",
6-
"issue_tracker": "https://github.com/googleapis/google-cloud-node/issues",
7-
"release_level": "stable",
8-
"language": "nodejs",
9-
"repo": "googleapis/google-cloud-node",
10-
"distribution_name": "@google-cloud/workstations",
11-
"api_id": "workstations.googleapis.com",
12-
"default_version": "v1beta",
13-
"requires_billing": true,
14-
"library_type": "GAPIC_AUTO",
15-
"api_shortname": "workstations"
16-
}
17-
2+
"api_description": "Allows administrators to create managed developer environments in the cloud.",
3+
"api_id": "workstations.googleapis.com",
4+
"api_shortname": "workstations",
5+
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/workstations/latest",
6+
"default_version": "v1beta",
7+
"distribution_name": "@google-cloud/workstations",
8+
"issue_tracker": "https://issuetracker.google.com/issues/new?component=1328344",
9+
"language": "nodejs",
10+
"library_type": "GAPIC_AUTO",
11+
"name": "workstations",
12+
"name_pretty": "Cloud Workstations",
13+
"product_documentation": "https://cloud.google.com/workstations/docs",
14+
"release_level": "stable",
15+
"repo": "googleapis/google-cloud-node"
16+
}

0 commit comments

Comments
 (0)