Skip to content

Commit aff432f

Browse files
---
yaml --- r: 15305 b: refs/heads/autosynth-bigtable c: 3559aa7 h: refs/heads/master i: 15303: abb9cf4
1 parent 73f8609 commit aff432f

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
@@ -126,7 +126,7 @@ refs/heads/autosynth-asset: cd8251de8c40e239ad24dcf9ed93ea2708a3eed5
126126
refs/heads/autosynth-automl: cced2f56bbef0499609073edbca6253e1df5e535
127127
refs/heads/autosynth-bigquerydatatransfer: a6667617707608b1dbfb02d59c22b5152f208da7
128128
refs/heads/autosynth-bigquerystorage: 14ab055598b943ae3f33f484e9fb1653355d08e7
129-
refs/heads/autosynth-bigtable: 990297839d0ddd1d2b1be08b6fe01cc54e8a2933
129+
refs/heads/autosynth-bigtable: 3559aa7bbfb030f861d79825aab5093004a5dfe1
130130
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
131131
refs/heads/autosynth-containeranalysis: 781fdb430a60f9a6491f116e31e4e10118157bdb
132132
refs/heads/autosynth-datastore: af1fb76aa3eee02fe6f31f8fa1c72a4f048d149b

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