Skip to content

Commit 19d5ba6

Browse files
yoshi-automationandrey-qlogic
authored andcommitted
---
yaml --- r: 21885 b: refs/heads/autosynth-pubsub c: 2cfdf73 h: refs/heads/master i: 21883: 1494dd7
1 parent 9738f30 commit 19d5ba6

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
@@ -114,7 +114,7 @@ refs/tags/v0.67.0: 30b56f02092efc6f3c3667650ea8b8825003e0b7
114114
refs/heads/autosynth-compute: 026cea73fde22ec0b40866ac5a7dc144dc465b9b
115115
refs/heads/autosynth-container: d17e1a76a903f9e05eba56a9bf5d12c1b15b67d7
116116
refs/heads/autosynth-monitoring: e66569bd7358a90d17097f90cf8c70dbeeb048cf
117-
refs/heads/autosynth-pubsub: 8bd4f2c04bf64b4ac09c11dc7103d9c53b58c038
117+
refs/heads/autosynth-pubsub: 2cfdf73092dc9d9ff3ddf929aa3cf0fc71cd403b
118118
refs/heads/autosynth-video-intelligence: 53ca56e5d077bf67065b730f3fe621f40689fb4c
119119
refs/heads/autosynth-vision: 7d58f59617722175b83a4583efdb6eb9b5b8e8dd
120120
refs/heads/spanner: b01127f885b4611bf1852abb0ce481eeb7fcc131

branches/autosynth-pubsub/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-pubsub/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)