File tree Expand file tree Collapse file tree
branches/autosynth-tasks/google-cloud-clients
src/main/java/com/google/cloud/dataproc
src/main/java/com/google/cloud/tasks Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ refs/heads/autosynth-redis: 6bedce4d7c7c6ca6a22e83ad1780e08fdc565a9e
139139refs/heads/autosynth-scheduler: 57f9fdb1e7de30c85f4ec7198931a07f50603e55
140140refs/heads/autosynth-spanner: cbd30ccc550e9d0419ce4e5e6cfef4951ea170b1
141141refs/heads/autosynth-speech: 64692f6db11364f663921be02c08072b966b6e7b
142- refs/heads/autosynth-tasks: 5d6a4f686ffef2080506d3b613fc7563a8bba1cb
142+ refs/heads/autosynth-tasks: 8ec22d8221978381e443c9a58ef47467290d5a04
143143refs/heads/autosynth-texttospeech: 2dcc5dc22be0f456caa1b6a8a4bcdace2641239c
144144refs/heads/autosynth-trace: 8804c46bfe147702ee9c95669f17f42d3790cf23
145145refs/heads/autosynth-websecurityscanner: a3c778316a0f78f7ad4bac3dc3721da5ca832d3c
Original file line number Diff line number Diff line change 2929import com .google .api .gax .rpc .UnaryCallable ;
3030import com .google .cloud .dataproc .v1 .stub .ClusterControllerStub ;
3131import com .google .cloud .dataproc .v1 .stub .ClusterControllerStubSettings ;
32+ import com .google .common .util .concurrent .MoreExecutors ;
3233import com .google .longrunning .Operation ;
3334import com .google .longrunning .OperationsClient ;
3435import 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 ) {
Original file line number Diff line number Diff line change 2727import com .google .api .gax .rpc .UnaryCallable ;
2828import com .google .cloud .dataproc .v1 .stub .JobControllerStub ;
2929import com .google .cloud .dataproc .v1 .stub .JobControllerStubSettings ;
30+ import com .google .common .util .concurrent .MoreExecutors ;
3031import com .google .protobuf .Empty ;
3132import java .io .IOException ;
3233import 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 ) {
Original file line number Diff line number Diff line change 2929import com .google .api .gax .rpc .UnaryCallable ;
3030import com .google .cloud .dataproc .v1 .stub .WorkflowTemplateServiceStub ;
3131import com .google .cloud .dataproc .v1 .stub .WorkflowTemplateServiceStubSettings ;
32+ import com .google .common .util .concurrent .MoreExecutors ;
3233import com .google .longrunning .Operation ;
3334import com .google .longrunning .OperationsClient ;
3435import 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 ) {
Original file line number Diff line number Diff line change 2929import com .google .api .gax .rpc .UnaryCallable ;
3030import com .google .cloud .dataproc .v1beta2 .stub .ClusterControllerStub ;
3131import com .google .cloud .dataproc .v1beta2 .stub .ClusterControllerStubSettings ;
32+ import com .google .common .util .concurrent .MoreExecutors ;
3233import com .google .longrunning .Operation ;
3334import com .google .longrunning .OperationsClient ;
3435import 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 ) {
Original file line number Diff line number Diff line change 2727import com .google .api .gax .rpc .UnaryCallable ;
2828import com .google .cloud .dataproc .v1beta2 .stub .JobControllerStub ;
2929import com .google .cloud .dataproc .v1beta2 .stub .JobControllerStubSettings ;
30+ import com .google .common .util .concurrent .MoreExecutors ;
3031import com .google .protobuf .Empty ;
3132import java .io .IOException ;
3233import 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 ) {
Original file line number Diff line number Diff line change 2929import com .google .api .gax .rpc .UnaryCallable ;
3030import com .google .cloud .dataproc .v1beta2 .stub .WorkflowTemplateServiceStub ;
3131import com .google .cloud .dataproc .v1beta2 .stub .WorkflowTemplateServiceStubSettings ;
32+ import com .google .common .util .concurrent .MoreExecutors ;
3233import com .google .longrunning .Operation ;
3334import com .google .longrunning .OperationsClient ;
3435import 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 ) {
Original file line number Diff line number Diff line change 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 ],
Original file line number Diff line number Diff line change 2727import com .google .api .gax .rpc .UnaryCallable ;
2828import com .google .cloud .tasks .v2beta2 .stub .CloudTasksStub ;
2929import com .google .cloud .tasks .v2beta2 .stub .CloudTasksStubSettings ;
30- import com .google .common .util .concurrent .MoreExecutors ;
3130import com .google .iam .v1 .GetIamPolicyRequest ;
3231import com .google .iam .v1 .Policy ;
3332import com .google .iam .v1 .SetIamPolicyRequest ;
@@ -2851,8 +2850,7 @@ public static ApiFuture<ListQueuesPagedResponse> createAsync(
28512850 public ListQueuesPagedResponse apply (ListQueuesPage input ) {
28522851 return new ListQueuesPagedResponse (input );
28532852 }
2854- },
2855- MoreExecutors .directExecutor ());
2853+ });
28562854 }
28572855
28582856 private ListQueuesPagedResponse (ListQueuesPage page ) {
@@ -2927,8 +2925,7 @@ public static ApiFuture<ListTasksPagedResponse> createAsync(
29272925 public ListTasksPagedResponse apply (ListTasksPage input ) {
29282926 return new ListTasksPagedResponse (input );
29292927 }
2930- },
2931- MoreExecutors .directExecutor ());
2928+ });
29322929 }
29332930
29342931 private ListTasksPagedResponse (ListTasksPage page ) {
Original file line number Diff line number Diff line change 2727import com .google .api .gax .rpc .UnaryCallable ;
2828import com .google .cloud .tasks .v2beta3 .stub .CloudTasksStub ;
2929import com .google .cloud .tasks .v2beta3 .stub .CloudTasksStubSettings ;
30- import com .google .common .util .concurrent .MoreExecutors ;
3130import com .google .iam .v1 .GetIamPolicyRequest ;
3231import com .google .iam .v1 .Policy ;
3332import com .google .iam .v1 .SetIamPolicyRequest ;
@@ -2297,8 +2296,7 @@ public static ApiFuture<ListQueuesPagedResponse> createAsync(
22972296 public ListQueuesPagedResponse apply (ListQueuesPage input ) {
22982297 return new ListQueuesPagedResponse (input );
22992298 }
2300- },
2301- MoreExecutors .directExecutor ());
2299+ });
23022300 }
23032301
23042302 private ListQueuesPagedResponse (ListQueuesPage page ) {
@@ -2373,8 +2371,7 @@ public static ApiFuture<ListTasksPagedResponse> createAsync(
23732371 public ListTasksPagedResponse apply (ListTasksPage input ) {
23742372 return new ListTasksPagedResponse (input );
23752373 }
2376- },
2377- MoreExecutors .directExecutor ());
2374+ });
23782375 }
23792376
23802377 private ListTasksPagedResponse (ListTasksPage page ) {
You can’t perform that action at this time.
0 commit comments