Skip to content

Commit e487b1f

Browse files
aman-ebaychingor13
authored andcommitted
samples: Update LookupEntryBigQueryDataset.java (#1434)
1 parent 23c7054 commit e487b1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

datacatalog/snippets/src/main/java/com/example/datacatalog/LookupEntryBigQueryDataset.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
package com.example.datacatalog;
1818

19+
// [START datacatalog_bigquery_lookup_dataset]
1920
import com.google.cloud.datacatalog.Entry;
2021
import com.google.cloud.datacatalog.LookupEntryRequest;
2122
import com.google.cloud.datacatalog.v1beta1.DataCatalogClient;
@@ -54,3 +55,4 @@ public static void lookupEntry(String projectId, String datasetId) {
5455
}
5556
}
5657
}
58+
// [END datacatalog_bigquery_lookup_dataset]

0 commit comments

Comments
 (0)