File tree Expand file tree Collapse file tree
branches/autosynth-errorreporting/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 @@ -131,7 +131,7 @@ refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
131131refs/heads/autosynth-containeranalysis: 781fdb430a60f9a6491f116e31e4e10118157bdb
132132refs/heads/autosynth-datastore: af1fb76aa3eee02fe6f31f8fa1c72a4f048d149b
133133refs/heads/autosynth-dialogflow: ebdd13c445b9674ff9ad4601f78d7ecd6f9c3660
134- refs/heads/autosynth-errorreporting: e333f47279194ab2505bedc49e8c6e249c0316f1
134+ refs/heads/autosynth-errorreporting: 6573662bc102c8bb43c77b5b8008ff7095da25a1
135135refs/heads/autosynth-firestore: 450623a0568a156847a97f05d0ea5aeeeeaca698
136136refs/heads/autosynth-iot: 2a21f544087dee8f5b5802779ff9e2a70c1acdca
137137refs/heads/autosynth-kms: 44920781bf79d494a1835207fc7110b743a1d7d4
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