Skip to content

Commit d5b444e

Browse files
igorbernstein2sduskis
authored andcommitted
---
yaml --- r: 23387 b: refs/heads/autosynth-dialogflow c: cb6c484 h: refs/heads/master i: 23385: 0ace94a 23383: b4c185f
1 parent dc4a219 commit d5b444e

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

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

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ refs/heads/autosynth-bigtable: 9e5429f45cf9face9fed585d0233534993e36b58
128128
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
129129
refs/heads/autosynth-containeranalysis: af5b804492292b43372c9fe00386696136ccae89
130130
refs/heads/autosynth-datastore: d0fc1187000c7a50d8bddd89c3b7cdf1187ecb96
131-
refs/heads/autosynth-dialogflow: 67bf8fc05b6cdd789f8c5c029de36501670663b2
131+
refs/heads/autosynth-dialogflow: cb6c4848073bbcddbb4162b37e48f1670d57cb80
132132
refs/heads/autosynth-errorreporting: 1101a04e8be074802c35332d5fcf8297f61cae32
133133
refs/heads/autosynth-firestore: d1a44f9acc302750e37b008ecb9c1aa535cc94df
134134
refs/heads/autosynth-iot: f03bdd338a9056ca3b7ea6d9ca901649ba9aab78

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