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 Shabirmean committed Nov 18, 2022
1 parent cd4dfe8 commit eb358ff
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 eb358ff

Please sign in to comment.