Skip to content

Commit 2a825bb

Browse files
yoshi-automationandrey-qlogic
authored andcommitted
---
yaml --- r: 24015 b: refs/heads/autosynth-kms c: 2cfdf73 h: refs/heads/master i: 24013: 48866c3 24011: 81e8b98 24007: 981b8a4 23999: 2533ebb
1 parent b8b8654 commit 2a825bb

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
@@ -132,7 +132,7 @@ refs/heads/autosynth-dialogflow: cb1ceeb3ec1a132d3096fc88d44b930a52130e18
132132
refs/heads/autosynth-errorreporting: 3f176c20b55dfaaa8fc32f28d82b31784b93e636
133133
refs/heads/autosynth-firestore: d48d82caace227856b6cd85ac30ee474528733ea
134134
refs/heads/autosynth-iot: 4025d1804241e74d54950a324dc4f667aeaad4b3
135-
refs/heads/autosynth-kms: 8bd4f2c04bf64b4ac09c11dc7103d9c53b58c038
135+
refs/heads/autosynth-kms: 2cfdf73092dc9d9ff3ddf929aa3cf0fc71cd403b
136136
refs/heads/autosynth-language: c3d990dd34d81e7e935041e7147fb9dd27f8a557
137137
refs/heads/autosynth-os-login: 092fdbed6d5317948f92b708e9f50dedd89fc666
138138
refs/heads/autosynth-redis: 9e1fe503973c7b4a9ba26afb1fcddc2a57ba795a

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