Skip to content

Commit a537226

Browse files
igorbernstein2sduskis
authored andcommitted
---
yaml --- r: 22945 b: refs/heads/autosynth-bigtable c: cb6c484 h: refs/heads/master i: 22943: d06d622
1 parent 29dc07e commit a537226

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

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

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ refs/heads/autosynth-asset: 7d535c3023644faa89492d4a553d8c403e073fa7
124124
refs/heads/autosynth-automl: 7fcabb1e54ca9ded6bec10f41590d29ece3a6367
125125
refs/heads/autosynth-bigquerydatatransfer: d88aa5aae5fd9d3c6d75bbab1a05162c6d4d948f
126126
refs/heads/autosynth-bigquerystorage: d2c53da3b012e38c662e4df0738042435f19365f
127-
refs/heads/autosynth-bigtable: 67bf8fc05b6cdd789f8c5c029de36501670663b2
127+
refs/heads/autosynth-bigtable: cb6c4848073bbcddbb4162b37e48f1670d57cb80
128128
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
129129
refs/heads/autosynth-containeranalysis: 0f377286f60df2b6fd37c183bf170c68dc014cfb
130130
refs/heads/autosynth-datastore: 9acd400b484d6691a080c9152a331d88d24fefc1

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