Skip to content

Commit d074566

Browse files
elisheva-qlogicchingor13
authored andcommitted
---
yaml --- r: 11863 b: refs/heads/autosynth-automl c: 6573662 h: refs/heads/master i: 11861: ea09fe1 11859: 08a7b04 11855: 4cac87c
1 parent bd6d983 commit d074566

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ refs/heads/spanner: 54a5e197bfe0a004e13c190427f46c3413ab572d
123123
refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b
124124
refs/tags/v0.69.0: 78f67a29e8b9c46ba01de566a2eae0fd1c03edea
125125
refs/heads/autosynth-asset: af3772eb76acbfc401f7c3f9310f09f2b0e17602
126-
refs/heads/autosynth-automl: e333f47279194ab2505bedc49e8c6e249c0316f1
126+
refs/heads/autosynth-automl: 6573662bc102c8bb43c77b5b8008ff7095da25a1
127127
refs/heads/autosynth-bigquerydatatransfer: 3f0392527215b1710401528d090e8e852f2fd7ae
128128
refs/heads/autosynth-bigquerystorage: 167e37d9259c6460538187b96e6fb74542af84a1
129129
refs/heads/autosynth-bigtable: 79be26443b70481fdb9a7c5159b798ae6ed0edea

branches/autosynth-automl/google-cloud-clients/google-cloud-core/src/test/java/com/google/cloud/ServiceOptionsTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)