Skip to content

Commit

Permalink
Regenerate bigtable client (#4760)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and andrey-qlogic committed Mar 28, 2019
1 parent 8bd4f2c commit 2cfdf73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,20 +127,6 @@ public void listInstances(
}
}

@Override
public void updateInstance(Instance request, StreamObserver<Instance> responseObserver) {
Object response = responses.remove();
if (response instanceof Instance) {
requests.add(request);
responseObserver.onNext((Instance) response);
responseObserver.onCompleted();
} else if (response instanceof Exception) {
responseObserver.onError((Exception) response);
} else {
responseObserver.onError(new IllegalArgumentException("Unrecognized response type"));
}
}

@Override
public void partialUpdateInstance(
PartialUpdateInstanceRequest request, StreamObserver<Operation> responseObserver) {
Expand Down
10 changes: 5 additions & 5 deletions google-cloud-clients/google-cloud-bigtable/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-03-06T08:35:24.239873Z",
"updateTime": "2019-03-28T07:36:24.739456Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.16.15",
"dockerImage": "googleapis/artman@sha256:9caadfa59d48224cba5f3217eb9d61a155b78ccf31e628abef385bc5b7ed3bd2"
"version": "0.16.20",
"dockerImage": "googleapis/artman@sha256:e3c054a2fb85a12481c722af616c7fb6f1d02d862248385eecbec3e4240ebd1e"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "856117505ff9075b3e9c0b5674113667b6cf9e00",
"internalRef": "236931378"
"sha": "6a84b3267b0a95e922608b9891219075047eee29",
"internalRef": "240640999"
}
}
],
Expand Down

0 comments on commit 2cfdf73

Please sign in to comment.