Skip to content

Commit 2959b1d

Browse files
igorbernstein2sduskis
authored andcommitted
---
yaml --- r: 21247 b: refs/heads/autosynth-logging c: cb6c484 h: refs/heads/master i: 21245: 358bc4e 21243: f790b8e 21239: 6ad2208 21231: 423555a 21215: 629ed87 21183: 90f9864 21119: 7274e30 20991: 61fb378
1 parent 0d2ac3c commit 2959b1d

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

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

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ refs/tags/v0.61.0: e4b526656bb1bf5eefd0ee578b7405147821225e
104104
refs/tags/v0.62.0: bbede7385d48ba08f487bdd29ec10668ace96396
105105
refs/heads/0.60.0-alpha: 10939381ffe0b8da32db4fe3087c86e3aa7f3e55
106106
refs/heads/autosynth-dlp: c1b4daedf98abc13ec5bc3bf9f9bbedbb1418d21
107-
refs/heads/autosynth-logging: 67bf8fc05b6cdd789f8c5c029de36501670663b2
107+
refs/heads/autosynth-logging: cb6c4848073bbcddbb4162b37e48f1670d57cb80
108108
refs/heads/dupes: 3478c5d81fd242d0e985656645a679420a2060c2
109109
refs/tags/v0.63.0: 94f19b71d40f46b36120e7b9d78a1a3d41bfcbd6
110110
refs/tags/v0.64.0: 456e8fbd129deced3ca025f239a2d8a82bde1d0a

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