Skip to content

Commit ef6a532

Browse files
Google APIscopybara-github
authored andcommitted
feat: CloudApiRegistry V1beta
PiperOrigin-RevId: 848064295
1 parent 347b0e4 commit ef6a532

File tree

7 files changed

+834
-0
lines changed

7 files changed

+834
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
load(
2+
"@com_google_googleapis_imports//:imports.bzl",
3+
"nodejs_gapic_combined_pkg",
4+
)
5+
6+
exports_files(glob(["*.yaml"]))
7+
8+
nodejs_gapic_combined_pkg(
9+
name = "google-apiregistry-nodejs",
10+
default_version = "v1beta",
11+
templates_excludes = ["package.json"],
12+
deps = [
13+
"//google/cloud/apiregistry/v1beta:apiregistry-v1beta-nodejs",
14+
],
15+
)

0 commit comments

Comments
 (0)