Skip to content

Commit

Permalink
samples: hotfix: Update ListDatasets.java (#1904)
Browse files Browse the repository at this point in the history
* Update ListDatasets.java

* Update ListDatasets.java
  • Loading branch information
nnegrey authored and chingor13 committed Aug 3, 2020
1 parent 03da526 commit c166378
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ static void listDatasets(String projectId) throws IOException {
ListDatasetsRequest request =
ListDatasetsRequest.newBuilder()
.setParent(projectLocation.toString())
.setFilter("translation_dataset_metadata:*")
.build();

// List all the datasets available in the region by applying filter.
Expand Down

0 comments on commit c166378

Please sign in to comment.