Skip to content

Commit 335624d

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
fix: throw on invalid credentials (#418)
1 parent 9a7cc9d commit 335624d

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

handwritten/bigtable/src/v2/bigtable_client.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@ class BigtableClient {
150150
function() {
151151
const args = Array.prototype.slice.call(arguments, 0);
152152
return stub[methodName].apply(stub, args);
153+
},
154+
err =>
155+
function() {
156+
throw err;
153157
}
154158
),
155159
defaults[methodName],

handwritten/bigtable/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-01-25T12:09:11.464153Z",
2+
"updateTime": "2019-02-13T12:10:12.075104Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.16.7",
8-
"dockerImage": "googleapis/artman@sha256:d6c8ced606eb49973ca95d2af7c55a681acc042db0f87d135968349e7bf6dd80"
7+
"version": "0.16.13",
8+
"dockerImage": "googleapis/artman@sha256:5fd9aee1d82a00cebf425c8fa431f5457539562f5867ad9c54370f0ec9a7ccaa"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "9aac88a22468b1e291937f55fa1ef237adfdc63e",
16-
"internalRef": "230568136"
15+
"sha": "ca61898878f0926dd9dcc68ba90764f17133efe4",
16+
"internalRef": "233680013"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)