Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Fix the entry.type_ attribute name
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardolsmendes committed Feb 16, 2021
1 parent 3567a79 commit eeaabfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADING.md
Expand Up @@ -139,7 +139,7 @@ entry.type = datacatalog_v1.enums.EntryType.FILESET
```py
from google.cloud import datacatalog_v1
entry = datacatalog_v1.Entry()
entry.type = datacatalog_v1.EntryType.FILESET
entry.type_ = datacatalog_v1.EntryType.FILESET
```

## Common Resource Path Helper Methods
Expand Down

0 comments on commit eeaabfe

Please sign in to comment.