From 45f3a1f4107841e39f6a82391b5e30b5920ebb89 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot <44816363+yoshi-automation@users.noreply.github.com> Date: Wed, 6 Mar 2019 01:06:30 -0800 Subject: [PATCH] Regenerate iot client (#4639) --- .../com/google/cloud/iot/v1/DeviceManagerClient.java | 7 +++++-- google-cloud-clients/google-cloud-iot/synth.metadata | 10 +++++----- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/google-cloud-clients/google-cloud-iot/src/main/java/com/google/cloud/iot/v1/DeviceManagerClient.java b/google-cloud-clients/google-cloud-iot/src/main/java/com/google/cloud/iot/v1/DeviceManagerClient.java index 91a4d4fca8ff..899708138c53 100644 --- a/google-cloud-clients/google-cloud-iot/src/main/java/com/google/cloud/iot/v1/DeviceManagerClient.java +++ b/google-cloud-clients/google-cloud-iot/src/main/java/com/google/cloud/iot/v1/DeviceManagerClient.java @@ -27,6 +27,7 @@ import com.google.api.gax.rpc.UnaryCallable; import com.google.cloud.iot.v1.stub.DeviceManagerStub; import com.google.cloud.iot.v1.stub.DeviceManagerStubSettings; +import com.google.common.util.concurrent.MoreExecutors; import com.google.iam.v1.GetIamPolicyRequest; import com.google.iam.v1.Policy; import com.google.iam.v1.SetIamPolicyRequest; @@ -2289,7 +2290,8 @@ public static ApiFuture createAsync( public ListDeviceRegistriesPagedResponse apply(ListDeviceRegistriesPage input) { return new ListDeviceRegistriesPagedResponse(input); } - }); + }, + MoreExecutors.directExecutor()); } private ListDeviceRegistriesPagedResponse(ListDeviceRegistriesPage page) { @@ -2376,7 +2378,8 @@ public static ApiFuture createAsync( public ListDevicesPagedResponse apply(ListDevicesPage input) { return new ListDevicesPagedResponse(input); } - }); + }, + MoreExecutors.directExecutor()); } private ListDevicesPagedResponse(ListDevicesPage page) { diff --git a/google-cloud-clients/google-cloud-iot/synth.metadata b/google-cloud-clients/google-cloud-iot/synth.metadata index 225cdd01fc39..986a9c0455fb 100644 --- a/google-cloud-clients/google-cloud-iot/synth.metadata +++ b/google-cloud-clients/google-cloud-iot/synth.metadata @@ -1,19 +1,19 @@ { - "updateTime": "2019-02-26T08:44:30.879833Z", + "updateTime": "2019-03-06T08:45:02.464959Z", "sources": [ { "generator": { "name": "artman", - "version": "0.16.14", - "dockerImage": "googleapis/artman@sha256:f3d61ae45abaeefb6be5f228cda22732c2f1b00fb687c79c4bd4f2c42bb1e1a7" + "version": "0.16.15", + "dockerImage": "googleapis/artman@sha256:9caadfa59d48224cba5f3217eb9d61a155b78ccf31e628abef385bc5b7ed3bd2" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "29f098cb03a9983cc9cb15993de5da64419046f2", - "internalRef": "235621085" + "sha": "856117505ff9075b3e9c0b5674113667b6cf9e00", + "internalRef": "236931378" } } ],