Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
9aa9a23
chore: update librarian.js
JoeWang1127 Jun 15, 2026
8ca8b91
update config
JoeWang1127 Jun 15, 2026
16d0ad9
update command
JoeWang1127 Jun 15, 2026
586506c
update librarian.js
JoeWang1127 Jun 15, 2026
4ff6dab
update librarian.js
JoeWang1127 Jun 15, 2026
4bd3e9a
restore
JoeWang1127 Jun 15, 2026
eb7a43d
update librarian.js
JoeWang1127 Jun 15, 2026
fa3c62a
update librarian.js
JoeWang1127 Jun 15, 2026
959a497
update librarian.js
JoeWang1127 Jun 15, 2026
b01f962
update config
JoeWang1127 Jun 15, 2026
99f7733
update config
JoeWang1127 Jun 15, 2026
7b2c3c9
restore
JoeWang1127 Jun 15, 2026
ea788cc
restore
JoeWang1127 Jun 15, 2026
62060f1
add api
JoeWang1127 Jun 15, 2026
ed4ed93
update librarian.js
JoeWang1127 Jun 15, 2026
cb16a69
restore api path
JoeWang1127 Jun 15, 2026
ff93d62
update api and utils
JoeWang1127 Jun 15, 2026
3c27196
update utils
JoeWang1127 Jun 15, 2026
63fe2f3
update utils
JoeWang1127 Jun 15, 2026
33ece52
update utils
JoeWang1127 Jun 15, 2026
d971c77
update utils
JoeWang1127 Jun 15, 2026
c5f132b
update utils
JoeWang1127 Jun 15, 2026
f5f158d
restore
JoeWang1127 Jun 15, 2026
2e6ee10
update utils
JoeWang1127 Jun 15, 2026
aad6e59
update utils
JoeWang1127 Jun 15, 2026
a1175d8
update utils
JoeWang1127 Jun 15, 2026
fbde997
update utils
JoeWang1127 Jun 15, 2026
2df43c4
restore
JoeWang1127 Jun 15, 2026
4ddcaaf
restore
JoeWang1127 Jun 15, 2026
7c9639a
update api
JoeWang1127 Jun 15, 2026
095cfb1
regen lib
JoeWang1127 Jun 15, 2026
816cb9a
update utils
JoeWang1127 Jun 15, 2026
31b342e
update
JoeWang1127 Jun 15, 2026
561db0a
Merge branch 'main' into chore/migrate-google-storage-control
JoeWang1127 Jun 15, 2026
19e505b
update utils
JoeWang1127 Jun 15, 2026
adbbe6d
update
JoeWang1127 Jun 15, 2026
8da067d
update script
JoeWang1127 Jun 16, 2026
dc8d5aa
add comment
JoeWang1127 Jun 16, 2026
23da5b4
update script
JoeWang1127 Jun 16, 2026
4e81144
Merge branch 'main' into chore/migrate-google-storage-control
JoeWang1127 Jun 16, 2026
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
10 changes: 9 additions & 1 deletion librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2006,9 +2006,17 @@ libraries:
- name: google-storage-control
version: 0.10.0
apis:
- path: google/storage/v2
- path: google/storage/control/v2
copyright_year: "2026"
skip_generate: true
keep:
- src/util/ast_utils.ts
- src/util/index_fix_utils.ts
- src/util/proto_utils.ts
- src/util/samples_and_doc_fix_utils.ts
- src/util/storage_control_utils.ts
- src/util/uber_client_builder.ts
- test/storage_control_compatibility.ts
nodejs:
default_version: v2
package_name: '@google-cloud/storage-control'
Expand Down
19 changes: 0 additions & 19 deletions packages/google-storage-control/.OwlBot.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions packages/google-storage-control/.gitattributes

This file was deleted.

31 changes: 15 additions & 16 deletions packages/google-storage-control/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"name": "storage",
"name_pretty": "Cloud Storage API",
"product_documentation": "https://cloud.google.com/storage/docs/reference/rpc",
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/storage-control/latest",
"issue_tracker": "https://github.com/googleapis/google-cloud-node/issues",
"release_level": "stable",
"language": "nodejs",
"repo": "googleapis/google-cloud-node",
"distribution_name": "@google-cloud/storage-control",
"api_id": "storage.googleapis.com",
"default_version": "v2",
"requires_billing": true,
"library_type": "GAPIC_AUTO",
"api_shortname": "storage"
}

"api_description": "Lets you store and retrieve potentially-large, immutable data objects.",
"api_id": "storage.googleapis.com",
"api_shortname": "storage",
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/storage-control/latest",
"default_version": "v2",
"distribution_name": "@google-cloud/storage-control",
"issue_tracker": "https://issuetracker.google.com/issues/new?component=187243&template=1162869",
"language": "nodejs",
"library_type": "GAPIC_AUTO",
"name": "storage",
"name_pretty": "Cloud Storage",
"product_documentation": "https://cloud.google.com/storage/docs",
"release_level": "preview",
"repo": "googleapis/google-cloud-node"
}
94 changes: 0 additions & 94 deletions packages/google-storage-control/CODE_OF_CONDUCT.md

This file was deleted.

76 changes: 0 additions & 76 deletions packages/google-storage-control/CONTRIBUTING.md

This file was deleted.

Loading
Loading