Skip to content

Commit 4897001

Browse files
igorbernstein2sduskis
authored andcommitted
---
yaml --- r: 25803 b: refs/heads/autosynth-websecurityscanner c: cb6c484 h: refs/heads/master i: 25801: 445ef4b 25799: 9afab7a
1 parent 9945977 commit 4897001

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

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

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ refs/heads/autosynth-speech: 64692f6db11364f663921be02c08072b966b6e7b
142142
refs/heads/autosynth-tasks: eb03eeab747e925175890db923945384d89b273a
143143
refs/heads/autosynth-texttospeech: 2c442fe0b7f089fbab266edfe4dd83c532e82dd0
144144
refs/heads/autosynth-trace: c94eef6e4d9c6fd24888216e28ca7271959c1cf0
145-
refs/heads/autosynth-websecurityscanner: 67bf8fc05b6cdd789f8c5c029de36501670663b2
145+
refs/heads/autosynth-websecurityscanner: cb6c4848073bbcddbb4162b37e48f1670d57cb80
146146
refs/heads/bigquerystorage: 06db74d123d7f8a3ef48755c2fcabed09faf8e64
147147
refs/heads/elharo-patch-1: ce159ef828d3c545991ff78e7b6e0d912a9453e9
148148
refs/heads/snyk-fix-r0punm: 1f0e6519ffd9f6cc09bcce1ccdf3fb61b6f4f9b5

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