Skip to content

Commit

Permalink
Update LookupEntryBigQueryDataset.java (#1434)
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-ebay authored and tswast committed May 22, 2019
1 parent 76be7a7 commit 4fc43b7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

package com.example.datacatalog;

// [START datacatalog_bigquery_lookup_dataset]
import com.google.cloud.datacatalog.Entry;
import com.google.cloud.datacatalog.LookupEntryRequest;
import com.google.cloud.datacatalog.v1beta1.DataCatalogClient;
Expand Down Expand Up @@ -54,3 +55,4 @@ public static void lookupEntry(String projectId, String datasetId) {
}
}
}
// [END datacatalog_bigquery_lookup_dataset]

0 comments on commit 4fc43b7

Please sign in to comment.