From f62464ee14df1e44a3b173cdc3976563d1b3078b Mon Sep 17 00:00:00 2001 From: Igor Bernstein Date: Tue, 12 Mar 2019 16:55:03 -0400 Subject: [PATCH] Bigtable: Remove reference to deprecated typesafe name --- google-cloud-clients/google-cloud-bigtable/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/google-cloud-clients/google-cloud-bigtable/README.md b/google-cloud-clients/google-cloud-bigtable/README.md index 262b8084d831..825529cb763e 100644 --- a/google-cloud-clients/google-cloud-bigtable/README.md +++ b/google-cloud-clients/google-cloud-bigtable/README.md @@ -85,8 +85,7 @@ String instanceId = "my-database"; String tableId = "my-table"; // Create the client -BigtableDataClient dataClient = BigtableDataClient.create( - InstanceName.of(projectId, instanceId)); +BigtableDataClient dataClient = BigtableDataClient.create(projectId, instanceId); try { // Query a table