Skip to content

Commit 1f46057

Browse files
yoshi-automationandrey-qlogic
authored andcommitted
---
yaml --- r: 23133 b: refs/heads/autosynth-containeranalysis c: 2cfdf73 h: refs/heads/master i: 23131: b2dc26d
1 parent 40be912 commit 1f46057

3 files changed

Lines changed: 6 additions & 20 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ refs/heads/autosynth-bigquerydatatransfer: d88aa5aae5fd9d3c6d75bbab1a05162c6d4d9
126126
refs/heads/autosynth-bigquerystorage: d2c53da3b012e38c662e4df0738042435f19365f
127127
refs/heads/autosynth-bigtable: 9e5429f45cf9face9fed585d0233534993e36b58
128128
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
129-
refs/heads/autosynth-containeranalysis: 8bd4f2c04bf64b4ac09c11dc7103d9c53b58c038
129+
refs/heads/autosynth-containeranalysis: 2cfdf73092dc9d9ff3ddf929aa3cf0fc71cd403b
130130
refs/heads/autosynth-datastore: 9acd400b484d6691a080c9152a331d88d24fefc1
131131
refs/heads/autosynth-dialogflow: 7dbc2c1ea714328ccfa4f33645045f017ff080e7
132132
refs/heads/autosynth-errorreporting: 1101a04e8be074802c35332d5fcf8297f61cae32

branches/autosynth-containeranalysis/google-cloud-clients/google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/admin/v2/MockBigtableInstanceAdminImpl.java

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -127,20 +127,6 @@ public void listInstances(
127127
}
128128
}
129129

130-
@Override
131-
public void updateInstance(Instance request, StreamObserver<Instance> responseObserver) {
132-
Object response = responses.remove();
133-
if (response instanceof Instance) {
134-
requests.add(request);
135-
responseObserver.onNext((Instance) response);
136-
responseObserver.onCompleted();
137-
} else if (response instanceof Exception) {
138-
responseObserver.onError((Exception) response);
139-
} else {
140-
responseObserver.onError(new IllegalArgumentException("Unrecognized response type"));
141-
}
142-
}
143-
144130
@Override
145131
public void partialUpdateInstance(
146132
PartialUpdateInstanceRequest request, StreamObserver<Operation> responseObserver) {

branches/autosynth-containeranalysis/google-cloud-clients/google-cloud-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-03-06T08:35:24.239873Z",
2+
"updateTime": "2019-03-28T07:36:24.739456Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.16.15",
8-
"dockerImage": "googleapis/artman@sha256:9caadfa59d48224cba5f3217eb9d61a155b78ccf31e628abef385bc5b7ed3bd2"
7+
"version": "0.16.20",
8+
"dockerImage": "googleapis/artman@sha256:e3c054a2fb85a12481c722af616c7fb6f1d02d862248385eecbec3e4240ebd1e"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "856117505ff9075b3e9c0b5674113667b6cf9e00",
16-
"internalRef": "236931378"
15+
"sha": "6a84b3267b0a95e922608b9891219075047eee29",
16+
"internalRef": "240640999"
1717
}
1818
}
1919
],

0 commit comments

Comments
 (0)