Skip to content

Commit b64b329

Browse files
igorbernstein2sduskis
authored andcommitted
---
yaml --- r: 21685 b: refs/heads/autosynth-container c: cb6c484 h: refs/heads/master i: 21683: 16a9f54
1 parent 008be21 commit b64b329

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

  • branches/autosynth-container/google-cloud-clients/google-cloud-bigtable

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ refs/tags/v0.65.0: 10939381ffe0b8da32db4fe3087c86e3aa7f3e55
112112
refs/tags/v0.66.0: ed6a3f57cbdaa20339a1995f7d7d53b172a5b8ef
113113
refs/tags/v0.67.0: 30b56f02092efc6f3c3667650ea8b8825003e0b7
114114
refs/heads/autosynth-compute: 026cea73fde22ec0b40866ac5a7dc144dc465b9b
115-
refs/heads/autosynth-container: 67bf8fc05b6cdd789f8c5c029de36501670663b2
115+
refs/heads/autosynth-container: cb6c4848073bbcddbb4162b37e48f1670d57cb80
116116
refs/heads/autosynth-monitoring: 832528c131ac32b115fd7a369701d9e6e4ec62e5
117117
refs/heads/autosynth-pubsub: 7a327eaed5fb2a5d6c1691feb73c3e0194dd805e
118118
refs/heads/autosynth-video-intelligence: 53ca56e5d077bf67065b730f3fe621f40689fb4c

branches/autosynth-container/google-cloud-clients/google-cloud-bigtable/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ String instanceId = "my-database";
8585
String tableId = "my-table";
8686

8787
// Create the client
88-
BigtableDataClient dataClient = BigtableDataClient.create(
89-
InstanceName.of(projectId, instanceId));
88+
BigtableDataClient dataClient = BigtableDataClient.create(projectId, instanceId);
9089

9190
try {
9291
// Query a table

0 commit comments

Comments
 (0)