File tree Expand file tree Collapse file tree
branches/autosynth-texttospeech/google-cloud-clients/google-cloud-core/src/test/java/com/google/cloud Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ refs/heads/autosynth-securitycenter: 80dc94847b954c97a641519177c98dc8e9e9fbe1
143143refs/heads/autosynth-spanner: 1804eb46dd34a05b47163758d376a7fac49188f1
144144refs/heads/autosynth-speech: 631df42a628621fe42eb4974c9eb725b2fe8e473
145145refs/heads/autosynth-tasks: afc9f4da54964dea5e7f3a9b164db282fc35db5c
146- refs/heads/autosynth-texttospeech: e333f47279194ab2505bedc49e8c6e249c0316f1
146+ refs/heads/autosynth-texttospeech: 6573662bc102c8bb43c77b5b8008ff7095da25a1
147147refs/heads/autosynth-trace: ce82b40155f6e05d2ed50d78386b16203dbf26d4
148148refs/heads/autosynth-websecurityscanner: 33a2aab15b740c008d320c453a6ce20ca57ca844
149149refs/heads/bigquerystorage: 06db74d123d7f8a3ef48755c2fcabed09faf8e64
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ private TestServiceImpl(TestServiceOptions options) {
180180 }
181181 }
182182
183- private interface TestServiceFactory extends ServiceFactory <TestService , TestServiceOptions > {}
183+ public interface TestServiceFactory extends ServiceFactory <TestService , TestServiceOptions > {}
184184
185185 private static class DefaultTestServiceFactory implements TestServiceFactory {
186186 private static final TestServiceFactory INSTANCE = new DefaultTestServiceFactory ();
@@ -191,7 +191,7 @@ public TestService create(TestServiceOptions options) {
191191 }
192192 }
193193
194- private interface TestServiceRpcFactory
194+ public interface TestServiceRpcFactory
195195 extends ServiceRpcFactory <TestServiceOptions > {}
196196
197197 private static class DefaultTestServiceRpcFactory implements TestServiceRpcFactory {
You can’t perform that action at this time.
0 commit comments