Skip to content

Commit 1c90f97

Browse files
igorbernstein2sduskis
authored andcommitted
---
yaml --- r: 26349 b: refs/heads/autosynth-dataproc c: cb6c484 h: refs/heads/master i: 26347: 8000e9f
1 parent 6ab0e6a commit 1c90f97

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

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

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ refs/tags/v0.78.0: 62d4bd30605ab3578f9a08d84487fb0b33ac2ff5
168168
refs/tags/v0.79.0: 82287b570708748c411d05c40f3932cff9606feb
169169
refs/tags/v0.80.0: f745e744d38e4fe636f34d0e04795ba3d014287d
170170
refs/tags/v0.81.0: ed3a0c85339ea6b73560b9a570abfbb76b93a263
171-
refs/heads/autosynth-dataproc: 67bf8fc05b6cdd789f8c5c029de36501670663b2
171+
refs/heads/autosynth-dataproc: cb6c4848073bbcddbb4162b37e48f1670d57cb80
172172
refs/heads/autosynth-securitycenter: 80d8b3f724d20028fde7e06d1c16d6bfd36837f9
173173
refs/heads/autosynth-talent: 383a363aeb0af16c9997201d1f963360641f68a8
174174
refs/heads/cscc-samples: 620d105e6b574cfeeee04e413a157b7bd34ebc8b

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