Skip to content

Commit b9c6278

Browse files
---
yaml --- r: 17235 b: refs/heads/autosynth-spanner c: 3559aa7 h: refs/heads/master i: 17233: 0470676 17231: be2e24f
1 parent 7b176ba commit b9c6278

6 files changed

Lines changed: 267 additions & 82 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ refs/heads/autosynth-os-login: a88a337797996a205873040a63abe1d3116f5789
140140
refs/heads/autosynth-redis: 0cdb2e47359d51b73763bcea8af3de62aa99119b
141141
refs/heads/autosynth-scheduler: d97f8743ba965c7d5e492c8dc1f51d023104e260
142142
refs/heads/autosynth-securitycenter: 8e95447ccb176c3648880ee0cb926cd1f4065156
143-
refs/heads/autosynth-spanner: 990297839d0ddd1d2b1be08b6fe01cc54e8a2933
143+
refs/heads/autosynth-spanner: 3559aa7bbfb030f861d79825aab5093004a5dfe1
144144
refs/heads/autosynth-speech: 878243784f42771467d7cf52bd59e4a6a7950ee9
145145
refs/heads/autosynth-tasks: afc9f4da54964dea5e7f3a9b164db282fc35db5c
146146
refs/heads/autosynth-texttospeech: 0e26ec9b0ed5bbedc038dea32bbb44bae0883668

branches/autosynth-spanner/google-cloud-clients/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/BigtableDataClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public static BigtableDataClient create(String projectId, String instanceId) thr
131131
* created based on the settings passed in, or defaults for any settings that are not set.
132132
*/
133133
public static BigtableDataClient create(BigtableDataSettings settings) throws IOException {
134-
EnhancedBigtableStub stub = EnhancedBigtableStub.create(settings.getTypedStubSettings());
134+
EnhancedBigtableStub stub = EnhancedBigtableStub.create(settings.getStubSettings());
135135
return new BigtableDataClient(stub);
136136
}
137137

0 commit comments

Comments
 (0)