Skip to content

Commit f6316be

Browse files
---
yaml --- r: 14963 b: refs/heads/autosynth-automl c: 3559aa7 h: refs/heads/master i: 14961: 3020176 14959: 7a9787f
1 parent 668f0db commit f6316be

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
@@ -123,7 +123,7 @@ refs/heads/spanner: b01127f885b4611bf1852abb0ce481eeb7fcc131
123123
refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b
124124
refs/tags/v0.69.0: 78f67a29e8b9c46ba01de566a2eae0fd1c03edea
125125
refs/heads/autosynth-asset: cd8251de8c40e239ad24dcf9ed93ea2708a3eed5
126-
refs/heads/autosynth-automl: 990297839d0ddd1d2b1be08b6fe01cc54e8a2933
126+
refs/heads/autosynth-automl: 3559aa7bbfb030f861d79825aab5093004a5dfe1
127127
refs/heads/autosynth-bigquerydatatransfer: 2a9f3938237f85a8919602d74011326580ff387f
128128
refs/heads/autosynth-bigquerystorage: 99aee05df348f39d98b6fb23c292006f1d2a6c28
129129
refs/heads/autosynth-bigtable: fa0d1de9e264d7ecac8a3abc3de7a8364cfaf427

branches/autosynth-automl/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)