Skip to content

Commit a361cc6

Browse files
yoshi-automationandrey-qlogic
authored andcommitted
---
yaml --- r: 22637 b: refs/heads/autosynth-bigquerydatatransfer c: 8ec22d8 h: refs/heads/master i: 22635: d55d8aa
1 parent 39e4f3c commit a361cc6

10 files changed

Lines changed: 33 additions & 26 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: 564833a85642d4194adc025f021e10e723154246
125+
refs/heads/autosynth-bigquerydatatransfer: 8ec22d8221978381e443c9a58ef47467290d5a04
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-bigquerydatatransfer/src/main/java/com/google/cloud/bigquery/datatransfer/v1/DataTransferServiceClient.java

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
import com.google.api.gax.rpc.UnaryCallable;
2828
import com.google.cloud.bigquery.datatransfer.v1.stub.DataTransferServiceStub;
2929
import com.google.cloud.bigquery.datatransfer.v1.stub.DataTransferServiceStubSettings;
30-
import com.google.common.util.concurrent.MoreExecutors;
3130
import com.google.protobuf.Empty;
3231
import com.google.protobuf.FieldMask;
3332
import com.google.protobuf.Timestamp;
@@ -1640,8 +1639,7 @@ public static ApiFuture<ListDataSourcesPagedResponse> createAsync(
16401639
public ListDataSourcesPagedResponse apply(ListDataSourcesPage input) {
16411640
return new ListDataSourcesPagedResponse(input);
16421641
}
1643-
},
1644-
MoreExecutors.directExecutor());
1642+
});
16451643
}
16461644

16471645
private ListDataSourcesPagedResponse(ListDataSourcesPage page) {
@@ -1723,8 +1721,7 @@ public static ApiFuture<ListTransferConfigsPagedResponse> createAsync(
17231721
public ListTransferConfigsPagedResponse apply(ListTransferConfigsPage input) {
17241722
return new ListTransferConfigsPagedResponse(input);
17251723
}
1726-
},
1727-
MoreExecutors.directExecutor());
1724+
});
17281725
}
17291726

17301727
private ListTransferConfigsPagedResponse(ListTransferConfigsPage page) {
@@ -1811,8 +1808,7 @@ public static ApiFuture<ListTransferRunsPagedResponse> createAsync(
18111808
public ListTransferRunsPagedResponse apply(ListTransferRunsPage input) {
18121809
return new ListTransferRunsPagedResponse(input);
18131810
}
1814-
},
1815-
MoreExecutors.directExecutor());
1811+
});
18161812
}
18171813

18181814
private ListTransferRunsPagedResponse(ListTransferRunsPage page) {
@@ -1893,8 +1889,7 @@ public static ApiFuture<ListTransferLogsPagedResponse> createAsync(
18931889
public ListTransferLogsPagedResponse apply(ListTransferLogsPage input) {
18941890
return new ListTransferLogsPagedResponse(input);
18951891
}
1896-
},
1897-
MoreExecutors.directExecutor());
1892+
});
18981893
}
18991894

19001895
private ListTransferLogsPagedResponse(ListTransferLogsPage page) {

branches/autosynth-bigquerydatatransfer/google-cloud-clients/google-cloud-bigquerydatatransfer/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:33:58.205669Z",
2+
"updateTime": "2019-03-01T08:34:26.897101Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.16.15",
8-
"dockerImage": "googleapis/artman@sha256:9caadfa59d48224cba5f3217eb9d61a155b78ccf31e628abef385bc5b7ed3bd2"
7+
"version": "0.16.14",
8+
"dockerImage": "googleapis/artman@sha256:f3d61ae45abaeefb6be5f228cda22732c2f1b00fb687c79c4bd4f2c42bb1e1a7"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "856117505ff9075b3e9c0b5674113667b6cf9e00",
16-
"internalRef": "236931378"
15+
"sha": "41d72d444fbe445f4da89e13be02078734fb7875",
16+
"internalRef": "236230004"
1717
}
1818
}
1919
],

branches/autosynth-bigquerydatatransfer/google-cloud-clients/google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1/ClusterControllerClient.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
import com.google.api.gax.rpc.UnaryCallable;
3030
import com.google.cloud.dataproc.v1.stub.ClusterControllerStub;
3131
import com.google.cloud.dataproc.v1.stub.ClusterControllerStubSettings;
32+
import com.google.common.util.concurrent.MoreExecutors;
3233
import com.google.longrunning.Operation;
3334
import com.google.longrunning.OperationsClient;
3435
import com.google.protobuf.Empty;
@@ -987,7 +988,8 @@ public static ApiFuture<ListClustersPagedResponse> createAsync(
987988
public ListClustersPagedResponse apply(ListClustersPage input) {
988989
return new ListClustersPagedResponse(input);
989990
}
990-
});
991+
},
992+
MoreExecutors.directExecutor());
991993
}
992994

993995
private ListClustersPagedResponse(ListClustersPage page) {

branches/autosynth-bigquerydatatransfer/google-cloud-clients/google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1/JobControllerClient.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.dataproc.v1.stub.JobControllerStub;
2929
import com.google.cloud.dataproc.v1.stub.JobControllerStubSettings;
30+
import com.google.common.util.concurrent.MoreExecutors;
3031
import com.google.protobuf.Empty;
3132
import java.io.IOException;
3233
import java.util.List;
@@ -755,7 +756,8 @@ public static ApiFuture<ListJobsPagedResponse> createAsync(
755756
public ListJobsPagedResponse apply(ListJobsPage input) {
756757
return new ListJobsPagedResponse(input);
757758
}
758-
});
759+
},
760+
MoreExecutors.directExecutor());
759761
}
760762

761763
private ListJobsPagedResponse(ListJobsPage page) {

branches/autosynth-bigquerydatatransfer/google-cloud-clients/google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1/WorkflowTemplateServiceClient.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
import com.google.api.gax.rpc.UnaryCallable;
3030
import com.google.cloud.dataproc.v1.stub.WorkflowTemplateServiceStub;
3131
import com.google.cloud.dataproc.v1.stub.WorkflowTemplateServiceStubSettings;
32+
import com.google.common.util.concurrent.MoreExecutors;
3233
import com.google.longrunning.Operation;
3334
import com.google.longrunning.OperationsClient;
3435
import com.google.protobuf.Empty;
@@ -1232,7 +1233,8 @@ public static ApiFuture<ListWorkflowTemplatesPagedResponse> createAsync(
12321233
public ListWorkflowTemplatesPagedResponse apply(ListWorkflowTemplatesPage input) {
12331234
return new ListWorkflowTemplatesPagedResponse(input);
12341235
}
1235-
});
1236+
},
1237+
MoreExecutors.directExecutor());
12361238
}
12371239

12381240
private ListWorkflowTemplatesPagedResponse(ListWorkflowTemplatesPage page) {

branches/autosynth-bigquerydatatransfer/google-cloud-clients/google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1beta2/ClusterControllerClient.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
import com.google.api.gax.rpc.UnaryCallable;
3030
import com.google.cloud.dataproc.v1beta2.stub.ClusterControllerStub;
3131
import com.google.cloud.dataproc.v1beta2.stub.ClusterControllerStubSettings;
32+
import com.google.common.util.concurrent.MoreExecutors;
3233
import com.google.longrunning.Operation;
3334
import com.google.longrunning.OperationsClient;
3435
import com.google.protobuf.Empty;
@@ -991,7 +992,8 @@ public static ApiFuture<ListClustersPagedResponse> createAsync(
991992
public ListClustersPagedResponse apply(ListClustersPage input) {
992993
return new ListClustersPagedResponse(input);
993994
}
994-
});
995+
},
996+
MoreExecutors.directExecutor());
995997
}
996998

997999
private ListClustersPagedResponse(ListClustersPage page) {

branches/autosynth-bigquerydatatransfer/google-cloud-clients/google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1beta2/JobControllerClient.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.dataproc.v1beta2.stub.JobControllerStub;
2929
import com.google.cloud.dataproc.v1beta2.stub.JobControllerStubSettings;
30+
import com.google.common.util.concurrent.MoreExecutors;
3031
import com.google.protobuf.Empty;
3132
import java.io.IOException;
3233
import java.util.List;
@@ -758,7 +759,8 @@ public static ApiFuture<ListJobsPagedResponse> createAsync(
758759
public ListJobsPagedResponse apply(ListJobsPage input) {
759760
return new ListJobsPagedResponse(input);
760761
}
761-
});
762+
},
763+
MoreExecutors.directExecutor());
762764
}
763765

764766
private ListJobsPagedResponse(ListJobsPage page) {

branches/autosynth-bigquerydatatransfer/google-cloud-clients/google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1beta2/WorkflowTemplateServiceClient.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
import com.google.api.gax.rpc.UnaryCallable;
3030
import com.google.cloud.dataproc.v1beta2.stub.WorkflowTemplateServiceStub;
3131
import com.google.cloud.dataproc.v1beta2.stub.WorkflowTemplateServiceStubSettings;
32+
import com.google.common.util.concurrent.MoreExecutors;
3233
import com.google.longrunning.Operation;
3334
import com.google.longrunning.OperationsClient;
3435
import com.google.protobuf.Empty;
@@ -1177,7 +1178,8 @@ public static ApiFuture<ListWorkflowTemplatesPagedResponse> createAsync(
11771178
public ListWorkflowTemplatesPagedResponse apply(ListWorkflowTemplatesPage input) {
11781179
return new ListWorkflowTemplatesPagedResponse(input);
11791180
}
1180-
});
1181+
},
1182+
MoreExecutors.directExecutor());
11811183
}
11821184

11831185
private ListWorkflowTemplatesPagedResponse(ListWorkflowTemplatesPage page) {

branches/autosynth-bigquerydatatransfer/google-cloud-clients/google-cloud-dataproc/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-01T08:40:02.252998Z",
2+
"updateTime": "2019-03-06T08:39:37.112446Z",
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": "41d72d444fbe445f4da89e13be02078734fb7875",
16-
"internalRef": "236230004"
15+
"sha": "856117505ff9075b3e9c0b5674113667b6cf9e00",
16+
"internalRef": "236931378"
1717
}
1818
}
1919
],

0 commit comments

Comments
 (0)