Skip to content

Commit f46fa75

Browse files
authored
chore: migrate google-storagetransfer to librarian (#8580)
1 parent 976ae63 commit f46fa75

3 files changed

Lines changed: 10 additions & 26 deletions

File tree

librarian.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2072,7 +2072,11 @@ libraries:
20722072
apis:
20732073
- path: google/storagetransfer/v1
20742074
copyright_year: "2026"
2075-
skip_generate: true
2075+
keep:
2076+
- samples/test/utils/bucket.js
2077+
- samples/test/utils/index.js
2078+
- samples/test/utils/sample.js
2079+
- samples/test/utils/transfer.js
20762080
nodejs:
20772081
default_version: v1
20782082
package_name: '@google-cloud/storage-transfer'

packages/google-storagetransfer/.OwlBot.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
{
2+
"api_description": "Transfers data from external data sources to a Google Cloud Storage bucket\nor between Google Cloud Storage buckets.",
23
"api_id": "storagetransfer.googleapis.com",
34
"api_shortname": "storagetransfer",
4-
"client_documentation": "https://googleapis.dev/nodejs/storagetransfer/latest/index.html",
5+
"client_documentation": "https://googleapis.dev/nodejs/storagetransfer/latest/",
56
"default_version": "v1",
67
"distribution_name": "@google-cloud/storage-transfer",
7-
"issue_tracker": "https://github.com/googleapis/google-cloud-node/issues",
88
"language": "nodejs",
99
"library_type": "GAPIC_AUTO",
1010
"name": "storagetransfer",
11-
"name_pretty": "Storage Transfer Service",
12-
"product_documentation": "https://cloud.google.com/storage-transfer/",
11+
"name_pretty": "Storage Transfer",
12+
"product_documentation": "https://cloud.google.com/storage-transfer/docs",
1313
"release_level": "stable",
14-
"repo": "googleapis/google-cloud-node",
15-
"requires_billing": true
14+
"repo": "googleapis/google-cloud-node"
1615
}

0 commit comments

Comments
 (0)