File tree 2 files changed +7
-25
lines changed
packages/google-cloud-monitoring
2 files changed +7
-25
lines changed Original file line number Diff line number Diff line change 3
3
{
4
4
"git": {
5
5
"name": ".",
6
- "remote": "https://github.com/googleapis/nodejs-monitoring.git",
7
- "sha": "c3bda103c90d7aa404397a8b3e729f62c8416f57"
8
- }
9
- },
10
- {
11
- "git": {
12
- "name": "googleapis",
13
- "remote": "https://github.com/googleapis/googleapis.git",
14
- "sha": "51362f378a286494980ffc9a5199ab6e3cefd6d5",
15
- "internalRef": "314788297"
6
+ "remote": "
[email protected] :googleapis/nodejs-monitoring.git",
7
+ "sha": "1e0751185d29f17ea9e8fd6eaf03a40f9a60cf6e"
16
8
}
17
9
},
18
10
{
19
11
"git": {
20
12
"name": "synthtool",
21
13
"remote": "https://github.com/googleapis/synthtool.git",
22
- "sha": "dc9caca650c77b7039e2bbc3339ffb34ae78e5b7 "
14
+ "sha": "303271797a360f8a439203413f13a160f2f5b3b4 "
23
15
}
24
16
}
25
17
],
29
21
"source": "googleapis",
30
22
"apiName": "monitoring",
31
23
"apiVersion": "v3",
32
- "language": "typescript ",
33
- "generator": "gapic-generator-typescript "
24
+ "language": "nodejs ",
25
+ "generator": "bazel "
34
26
}
35
27
}
36
28
]
Original file line number Diff line number Diff line change 23
23
AUTOSYNTH_MULTIPLE_COMMITS = True
24
24
25
25
26
- gapic = gcp .GAPICMicrogenerator ()
26
+ gapic = gcp .GAPICBazel ()
27
27
version = "v3"
28
- library = gapic .typescript_library (
29
- "monitoring" ,
30
- version ,
31
- generator_args = {
32
- "grpc-service-config" : f"google/monitoring/{ version } /monitoring_grpc_service_config.json" ,
33
- "package-name" : "@google-cloud/monitoring" ,
34
- "main-service" : "monitoring"
35
- },
36
- proto_path = f'/google/monitoring/{ version } ' ,
37
- extra_proto_files = ['google/cloud/common_resources.proto' ]
38
- )
28
+ library = gapic .node_library ("monitoring" , version , proto_path = f'google/monitoring/{ version } ' )
39
29
40
30
s .copy (library , excludes = ["README.md" , "package.json" ])
41
31
You can’t perform that action at this time.
0 commit comments