Skip to content

Commit d2273c5

Browse files
yoshi-automationGautamSharda
authored andcommitted
refactor: update json import paths (#438)
refactor: update json import paths
1 parent 91f066e commit d2273c5

2 files changed

Lines changed: 31 additions & 4 deletions

File tree

handwritten/bigtable/src/v2/bigtable_client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
'use strict';
1616

17-
const gapicConfig = require('./bigtable_client_config');
17+
const gapicConfig = require('./bigtable_client_config.json');
1818
const gax = require('google-gax');
1919
const merge = require('lodash.merge');
2020
const path = require('path');

handwritten/bigtable/synth.metadata

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,38 @@
11
{
2-
"updateTime": "2019-03-08T00:45:38.649079Z",
2+
"updateTime": "2019-03-12T11:09:31.162475Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.16.15",
8-
"dockerImage": "googleapis/artman@sha256:9caadfa59d48224cba5f3217eb9d61a155b78ccf31e628abef385bc5b7ed3bd2"
7+
"version": "0.16.16",
8+
"dockerImage": "googleapis/artman@sha256:30babbfce7f05a62b1892c63c575aa2c8c502eb4bcc8f3bb90ec83e955d5d319"
9+
}
10+
},
11+
{
12+
"git": {
13+
"name": "googleapis",
14+
"remote": "https://github.com/googleapis/googleapis.git",
15+
"sha": "abd1c9a99c5cd7179d8e5e0c8d4c8e761054cc78",
16+
"internalRef": "237945492"
17+
}
18+
},
19+
{
20+
"template": {
21+
"name": "node_library",
22+
"origin": "synthtool.gcp",
23+
"version": "2019.2.26"
24+
}
25+
}
26+
],
27+
"destinations": [
28+
{
29+
"client": {
30+
"source": "googleapis",
31+
"apiName": "bigtable",
32+
"apiVersion": "v2",
33+
"language": "nodejs",
34+
"generator": "gapic",
35+
"config": "google/bigtable/artman_bigtable.yaml"
936
}
1037
}
1138
]

0 commit comments

Comments
 (0)