File tree Expand file tree Collapse file tree
branches/autosynth-pubsub/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 @@ -116,7 +116,7 @@ refs/heads/autosynth-compute: fa508ebab5b6a1db14949441c8de868cefbcf1a6
116116refs/heads/autosynth-container: d0346e84b1f26e3dc10444450a998f357a43bcef
117117refs/heads/autosynth-dataproc: c0f21dd811166848a60f810565a5614bb9c7f47e
118118refs/heads/autosynth-monitoring: 28bf7ca67c0aab4815884e5d6253aaa8aa3baa1c
119- refs/heads/autosynth-pubsub: e333f47279194ab2505bedc49e8c6e249c0316f1
119+ refs/heads/autosynth-pubsub: 6573662bc102c8bb43c77b5b8008ff7095da25a1
120120refs/heads/autosynth-video-intelligence: 06fb1841ae847f4ef79a62ba995efbabc213edf8
121121refs/heads/autosynth-vision: 6bece1ee6c1c41d5822c72bf0d6a82484166b402
122122refs/heads/spanner: 54a5e197bfe0a004e13c190427f46c3413ab572d
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