Skip to content

Commit 05192e0

Browse files
yoshi-automationandrey-qlogic
authored andcommitted
---
yaml --- r: 23807 b: refs/heads/autosynth-iot c: 56f1449 h: refs/heads/master i: 23805: c71c472 23803: 95cc264 23799: 0250670 23791: e471cd8 23775: 23f8369 23743: 03c2929 23679: 8e4ad66 23551: a8f3779
1 parent b2fe682 commit 05192e0

4 files changed

Lines changed: 16 additions & 10 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ refs/heads/autosynth-datastore: d0fc1187000c7a50d8bddd89c3b7cdf1187ecb96
131131
refs/heads/autosynth-dialogflow: cb1ceeb3ec1a132d3096fc88d44b930a52130e18
132132
refs/heads/autosynth-errorreporting: 3f176c20b55dfaaa8fc32f28d82b31784b93e636
133133
refs/heads/autosynth-firestore: d48d82caace227856b6cd85ac30ee474528733ea
134-
refs/heads/autosynth-iot: 12871b256fb3c5fc24294e40fb4be0f28ae3fd56
134+
refs/heads/autosynth-iot: 56f1449db15f923a81ba947ca5e2682f1ecc5650
135135
refs/heads/autosynth-kms: 2828edfe3d2c53dd6e71912eae8a53c87bf40c87
136136
refs/heads/autosynth-language: c3d990dd34d81e7e935041e7147fb9dd27f8a557
137137
refs/heads/autosynth-os-login: 092fdbed6d5317948f92b708e9f50dedd89fc666

branches/autosynth-iot/google-cloud-clients/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1beta1/ContainerAnalysisV1Beta1Client.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
import com.google.api.gax.rpc.UnaryCallable;
2828
import com.google.cloud.devtools.containeranalysis.v1beta1.stub.ContainerAnalysisV1Beta1Stub;
2929
import com.google.cloud.devtools.containeranalysis.v1beta1.stub.ContainerAnalysisV1Beta1StubSettings;
30+
import com.google.common.util.concurrent.MoreExecutors;
3031
import com.google.containeranalysis.v1beta1.GetScanConfigRequest;
3132
import com.google.containeranalysis.v1beta1.IamResourceName;
3233
import com.google.containeranalysis.v1beta1.ListScanConfigsRequest;
@@ -942,7 +943,8 @@ public static ApiFuture<ListScanConfigsPagedResponse> createAsync(
942943
public ListScanConfigsPagedResponse apply(ListScanConfigsPage input) {
943944
return new ListScanConfigsPagedResponse(input);
944945
}
945-
});
946+
},
947+
MoreExecutors.directExecutor());
946948
}
947949

948950
private ListScanConfigsPagedResponse(ListScanConfigsPage page) {

branches/autosynth-iot/google-cloud-clients/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1beta1/GrafeasV1Beta1Client.java

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
import com.google.api.gax.rpc.UnaryCallable;
2828
import com.google.cloud.devtools.containeranalysis.v1beta1.stub.GrafeasV1Beta1Stub;
2929
import com.google.cloud.devtools.containeranalysis.v1beta1.stub.GrafeasV1Beta1StubSettings;
30+
import com.google.common.util.concurrent.MoreExecutors;
3031
import com.google.containeranalysis.v1beta1.NoteName;
3132
import com.google.containeranalysis.v1beta1.OccurrenceName;
3233
import com.google.containeranalysis.v1beta1.ProjectName;
@@ -1895,7 +1896,8 @@ public static ApiFuture<ListOccurrencesPagedResponse> createAsync(
18951896
public ListOccurrencesPagedResponse apply(ListOccurrencesPage input) {
18961897
return new ListOccurrencesPagedResponse(input);
18971898
}
1898-
});
1899+
},
1900+
MoreExecutors.directExecutor());
18991901
}
19001902

19011903
private ListOccurrencesPagedResponse(ListOccurrencesPage page) {
@@ -1972,7 +1974,8 @@ public static ApiFuture<ListNotesPagedResponse> createAsync(
19721974
public ListNotesPagedResponse apply(ListNotesPage input) {
19731975
return new ListNotesPagedResponse(input);
19741976
}
1975-
});
1977+
},
1978+
MoreExecutors.directExecutor());
19761979
}
19771980

19781981
private ListNotesPagedResponse(ListNotesPage page) {
@@ -2047,7 +2050,8 @@ public static ApiFuture<ListNoteOccurrencesPagedResponse> createAsync(
20472050
public ListNoteOccurrencesPagedResponse apply(ListNoteOccurrencesPage input) {
20482051
return new ListNoteOccurrencesPagedResponse(input);
20492052
}
2050-
});
2053+
},
2054+
MoreExecutors.directExecutor());
20512055
}
20522056

20532057
private ListNoteOccurrencesPagedResponse(ListNoteOccurrencesPage page) {

branches/autosynth-iot/google-cloud-clients/google-cloud-containeranalysis/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-02-26T08:38:14.123641Z",
2+
"updateTime": "2019-03-06T08:38:24.918772Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.16.14",
8-
"dockerImage": "googleapis/artman@sha256:f3d61ae45abaeefb6be5f228cda22732c2f1b00fb687c79c4bd4f2c42bb1e1a7"
7+
"version": "0.16.15",
8+
"dockerImage": "googleapis/artman@sha256:9caadfa59d48224cba5f3217eb9d61a155b78ccf31e628abef385bc5b7ed3bd2"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "29f098cb03a9983cc9cb15993de5da64419046f2",
16-
"internalRef": "235621085"
15+
"sha": "856117505ff9075b3e9c0b5674113667b6cf9e00",
16+
"internalRef": "236931378"
1717
}
1818
}
1919
],

0 commit comments

Comments
 (0)