Skip to content

Commit 93c7200

Browse files
quirogasfeywind
andauthored
feat(bigquery-storage): split GAPIC from the bigquery-storage handwritten package (googleapis#8930)
* feat(bigquery-storage): use @google-cloud/bigquery-storage-api dependency * chore: remove extraneous linter filters * feat: remove extraneous protos and proto compilation * feat: shift proto usage in code to the -api package * chore: add licence header to index.ts * fix: accept gemini suggestion re: v1 import * build: remove remaining proto build steps --------- Co-authored-by: feywind <57276408+feywind@users.noreply.github.com>
1 parent ee21766 commit 93c7200

93 files changed

Lines changed: 37 additions & 113419 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

handwritten/bigquery-storage/.OwlBot.yaml

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

handwritten/bigquery-storage/.prettierignore

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

handwritten/bigquery-storage/.prettierrc.js

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

handwritten/bigquery-storage/owlbot.py

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

handwritten/bigquery-storage/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,17 @@
1010
"license": "Apache-2.0",
1111
"author": "Google LLC",
1212
"files": [
13-
"build/src",
14-
"build/protos"
13+
"build/src"
1514
],
1615
"main": "build/src/index.js",
1716
"scripts": {
1817
"clean": "gts clean",
19-
"compile": "tsc -p . && cp -r protos build/",
20-
"compile-protos": "compileProtos src",
18+
"compile": "tsc -p .",
2119
"docs": "jsdoc -c .jsdoc.js",
2220
"fix": "gts fix",
2321
"prelint": "cd samples; npm link ../; npm install",
2422
"lint": "gts check",
25-
"prepare": "npm run compile-protos && npm run compile",
23+
"prepare": "npm run compile",
2624
"system-test": "c8 mocha build/system-test",
2725
"test": "c8 mocha build/test",
2826
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
@@ -37,7 +35,8 @@
3735
"google-auth-library": "^10.0.0",
3836
"google-gax": "^5.0.0",
3937
"long": "^5.2.0",
40-
"protobufjs": "^7.5.5"
38+
"protobufjs": "^7.5.5",
39+
"@google-cloud/bigquery-storage-api": "^0.2.0"
4140
},
4241
"peerDependencies": {
4342
"protobufjs": "~7.5.5"

handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1/annotations.proto

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

handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1/arrow.proto

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

handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1/avro.proto

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

handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1/protobuf.proto

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

0 commit comments

Comments
 (0)