File tree Expand file tree Collapse file tree
branches/autosynth-bigtable/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 @@ -126,7 +126,7 @@ refs/heads/autosynth-asset: af3772eb76acbfc401f7c3f9310f09f2b0e17602
126126refs/heads/autosynth-automl: 8c05f2af9d8bcf10536f8255093c2484bfe9243c
127127refs/heads/autosynth-bigquerydatatransfer: 2a9f3938237f85a8919602d74011326580ff387f
128128refs/heads/autosynth-bigquerystorage: 99aee05df348f39d98b6fb23c292006f1d2a6c28
129- refs/heads/autosynth-bigtable: e333f47279194ab2505bedc49e8c6e249c0316f1
129+ refs/heads/autosynth-bigtable: 6573662bc102c8bb43c77b5b8008ff7095da25a1
130130refs/heads/autosynth-bigtable-admin: 3cd9cc8e61a8a8e02cbdfc4a1c1adb95e4103555
131131refs/heads/autosynth-containeranalysis: 963746c85ab8171d519059a6be1b74015e453bbf
132132refs/heads/autosynth-datastore: 02c91de76764225070df7e64314c25b865cf7af8
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