File tree Expand file tree Collapse file tree
branches/autosynth-containeranalysis/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 @@ -128,7 +128,7 @@ refs/heads/autosynth-bigquerydatatransfer: 2a9f3938237f85a8919602d74011326580ff3
128128refs/heads/autosynth-bigquerystorage: 99aee05df348f39d98b6fb23c292006f1d2a6c28
129129refs/heads/autosynth-bigtable: cd831a28dff2ba4d733608b871a1523a463e7380
130130refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
131- refs/heads/autosynth-containeranalysis: e333f47279194ab2505bedc49e8c6e249c0316f1
131+ refs/heads/autosynth-containeranalysis: 6573662bc102c8bb43c77b5b8008ff7095da25a1
132132refs/heads/autosynth-datastore: 02c91de76764225070df7e64314c25b865cf7af8
133133refs/heads/autosynth-dialogflow: c6bde02c8a8e063a32f9eaf63b2b9fe5e4895d8a
134134refs/heads/autosynth-errorreporting: 518a442405c822492ed1c139e89e3e3d1804e29c
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