Skip to content

Commit bc869b2

Browse files
---
yaml --- r: 20721 b: refs/heads/autosynth-iamcredentials c: 3559aa7 h: refs/heads/master i: 20719: a8c5553
1 parent b80ea71 commit bc869b2

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
@@ -162,7 +162,7 @@ refs/heads/pubsub-ordering-keys: 858d4e986a0ba48e08f00d42f51cbdecb175f5d6
162162
refs/tags/v0.75.0: c3673089ae09a897c1b4cf7dfe167fe4f8ab32fb
163163
refs/tags/v0.76.0: 395b016826d3ddf9cb8b34919636df15a4dbd032
164164
refs/tags/v0.77.0: 28a85a77883ccf5d48f297fd0ef3b3dca6ce01f0
165-
refs/heads/autosynth-iamcredentials: 990297839d0ddd1d2b1be08b6fe01cc54e8a2933
165+
refs/heads/autosynth-iamcredentials: 3559aa7bbfb030f861d79825aab5093004a5dfe1
166166
refs/heads/release-google-cloud-java-v0.78.0: fae5e980779cf0173a152636b278015b9f60ee55
167167
refs/heads/release-google-cloud-java-v0.81.0: 0352cd0dd11f4fd1fbd1ff16e7a96beaccc7b475
168168
refs/heads/release-google-cloud-java-v0.81.1-SNAPSHOT: 5a74ccb1f12506a3b67b65521881298fde20bd6f

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