Skip to content

Commit cbb3d3d

Browse files
yoshi-automationandrey-qlogic
authored andcommitted
---
yaml --- r: 22393 b: refs/heads/autosynth-asset c: 2cfdf73 h: refs/heads/master i: 22391: c36fe6f
1 parent 827981b commit cbb3d3d

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
@@ -120,7 +120,7 @@ refs/heads/autosynth-vision: 3866c747a5e87b5dfd530d7134907a7ed1fb16de
120120
refs/heads/spanner: b01127f885b4611bf1852abb0ce481eeb7fcc131
121121
refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b
122122
refs/tags/v0.69.0: 78f67a29e8b9c46ba01de566a2eae0fd1c03edea
123-
refs/heads/autosynth-asset: 8bd4f2c04bf64b4ac09c11dc7103d9c53b58c038
123+
refs/heads/autosynth-asset: 2cfdf73092dc9d9ff3ddf929aa3cf0fc71cd403b
124124
refs/heads/autosynth-automl: 2a8b018cf05811fd472e5d1053e67a12ceec0b64
125125
refs/heads/autosynth-bigquerydatatransfer: 564833a85642d4194adc025f021e10e723154246
126126
refs/heads/autosynth-bigquerystorage: a75c34ed7a11741669121be69a7021a00f1133ce

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