Skip to content

Commit

Permalink
Bigtable: Remove reference to deprecated typesafe name (#4671)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorbernstein2 authored and sduskis committed Mar 12, 2019
1 parent 67bf8fc commit cb6c484
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions google-cloud-clients/google-cloud-bigtable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb6c484

Please sign in to comment.