Skip to content

Commit 14c240b

Browse files
yoshi-automationPraful Makani
authored andcommitted
---
yaml --- r: 20219 b: refs/heads/autosynth-redis c: e13408c h: refs/heads/master i: 20217: 318ac5e 20215: e6e2e23
1 parent 5e7056c commit 14c240b

5 files changed

Lines changed: 21 additions & 12 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ refs/heads/autosynth-iot: f03bdd338a9056ca3b7ea6d9ca901649ba9aab78
136136
refs/heads/autosynth-kms: 2828edfe3d2c53dd6e71912eae8a53c87bf40c87
137137
refs/heads/autosynth-language: c3d990dd34d81e7e935041e7147fb9dd27f8a557
138138
refs/heads/autosynth-os-login: 092fdbed6d5317948f92b708e9f50dedd89fc666
139-
refs/heads/autosynth-redis: 103ba85d829ab15b2140f3467a54f444143b5bb6
139+
refs/heads/autosynth-redis: e13408cdd9cc631ca9ae75b1e789dcf443f51a30
140140
refs/heads/autosynth-scheduler: d97f8743ba965c7d5e492c8dc1f51d023104e260
141141
refs/heads/autosynth-spanner: 9bff86d057df31e04c76d72865e8e073ac5794fb
142142
refs/heads/autosynth-speech: 75d6c62a9d07d3a3642980502a25d07fbde0f232

branches/autosynth-redis/google-cloud-clients/google-cloud-logging/src/main/java/com/google/cloud/logging/v2/ConfigClient.java

Lines changed: 5 additions & 2 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.logging.v2.stub.ConfigServiceV2Stub;
2929
import com.google.cloud.logging.v2.stub.ConfigServiceV2StubSettings;
30+
import com.google.common.util.concurrent.MoreExecutors;
3031
import com.google.logging.v2.CreateExclusionRequest;
3132
import com.google.logging.v2.CreateSinkRequest;
3233
import com.google.logging.v2.DeleteExclusionRequest;
@@ -1490,7 +1491,8 @@ public static ApiFuture<ListSinksPagedResponse> createAsync(
14901491
public ListSinksPagedResponse apply(ListSinksPage input) {
14911492
return new ListSinksPagedResponse(input);
14921493
}
1493-
});
1494+
},
1495+
MoreExecutors.directExecutor());
14941496
}
14951497

14961498
private ListSinksPagedResponse(ListSinksPage page) {
@@ -1569,7 +1571,8 @@ public static ApiFuture<ListExclusionsPagedResponse> createAsync(
15691571
public ListExclusionsPagedResponse apply(ListExclusionsPage input) {
15701572
return new ListExclusionsPagedResponse(input);
15711573
}
1572-
});
1574+
},
1575+
MoreExecutors.directExecutor());
15731576
}
15741577

15751578
private ListExclusionsPagedResponse(ListExclusionsPage page) {

branches/autosynth-redis/google-cloud-clients/google-cloud-logging/src/main/java/com/google/cloud/logging/v2/LoggingClient.java

Lines changed: 7 additions & 3 deletions
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.logging.v2.stub.LoggingServiceV2Stub;
3131
import com.google.cloud.logging.v2.stub.LoggingServiceV2StubSettings;
32+
import com.google.common.util.concurrent.MoreExecutors;
3233
import com.google.logging.v2.DeleteLogRequest;
3334
import com.google.logging.v2.ListLogEntriesRequest;
3435
import com.google.logging.v2.ListLogEntriesResponse;
@@ -866,7 +867,8 @@ public static ApiFuture<ListLogEntriesPagedResponse> createAsync(
866867
public ListLogEntriesPagedResponse apply(ListLogEntriesPage input) {
867868
return new ListLogEntriesPagedResponse(input);
868869
}
869-
});
870+
},
871+
MoreExecutors.directExecutor());
870872
}
871873

872874
private ListLogEntriesPagedResponse(ListLogEntriesPage page) {
@@ -954,7 +956,8 @@ public ListMonitoredResourceDescriptorsPagedResponse apply(
954956
ListMonitoredResourceDescriptorsPage input) {
955957
return new ListMonitoredResourceDescriptorsPagedResponse(input);
956958
}
957-
});
959+
},
960+
MoreExecutors.directExecutor());
958961
}
959962

960963
private ListMonitoredResourceDescriptorsPagedResponse(
@@ -1047,7 +1050,8 @@ public static ApiFuture<ListLogsPagedResponse> createAsync(
10471050
public ListLogsPagedResponse apply(ListLogsPage input) {
10481051
return new ListLogsPagedResponse(input);
10491052
}
1050-
});
1053+
},
1054+
MoreExecutors.directExecutor());
10511055
}
10521056

10531057
private ListLogsPagedResponse(ListLogsPage page) {

branches/autosynth-redis/google-cloud-clients/google-cloud-logging/src/main/java/com/google/cloud/logging/v2/MetricsClient.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.logging.v2.stub.MetricsServiceV2Stub;
2929
import com.google.cloud.logging.v2.stub.MetricsServiceV2StubSettings;
30+
import com.google.common.util.concurrent.MoreExecutors;
3031
import com.google.logging.v2.CreateLogMetricRequest;
3132
import com.google.logging.v2.DeleteLogMetricRequest;
3233
import com.google.logging.v2.GetLogMetricRequest;
@@ -749,7 +750,8 @@ public static ApiFuture<ListLogMetricsPagedResponse> createAsync(
749750
public ListLogMetricsPagedResponse apply(ListLogMetricsPage input) {
750751
return new ListLogMetricsPagedResponse(input);
751752
}
752-
});
753+
},
754+
MoreExecutors.directExecutor());
753755
}
754756

755757
private ListLogMetricsPagedResponse(ListLogMetricsPage page) {

branches/autosynth-redis/google-cloud-clients/google-cloud-logging/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:46:31.768482Z",
2+
"updateTime": "2019-03-06T08:47:08.312966Z",
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)