Skip to content

Commit e2e8b77

Browse files
yoshi-automationandrey-qlogic
authored andcommitted
---
yaml --- r: 22717 b: refs/heads/autosynth-bigquerydatatransfer c: 2cfdf73 h: refs/heads/master i: 22715: 8bba585
1 parent f891edd commit e2e8b77

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
@@ -122,7 +122,7 @@ refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b
122122
refs/tags/v0.69.0: 78f67a29e8b9c46ba01de566a2eae0fd1c03edea
123123
refs/heads/autosynth-asset: 7d535c3023644faa89492d4a553d8c403e073fa7
124124
refs/heads/autosynth-automl: 7fcabb1e54ca9ded6bec10f41590d29ece3a6367
125-
refs/heads/autosynth-bigquerydatatransfer: 8bd4f2c04bf64b4ac09c11dc7103d9c53b58c038
125+
refs/heads/autosynth-bigquerydatatransfer: 2cfdf73092dc9d9ff3ddf929aa3cf0fc71cd403b
126126
refs/heads/autosynth-bigquerystorage: a75c34ed7a11741669121be69a7021a00f1133ce
127127
refs/heads/autosynth-bigtable: 45891a7178142c84a16d6a0b792f8ecb950a3159
128128
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca

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