-
Notifications
You must be signed in to change notification settings - Fork 591
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: auto-generate READMEs, add .repo-metdata.json (#293)
- Loading branch information
1 parent
b248c89
commit cc5704c
Showing
7 changed files
with
210 additions
and
325 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ system-test/secrets.js | |
system-test/*key.json | ||
*.lock | ||
package-lock.json | ||
__pycache__/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
introduction: |- | ||
The [Data Loss Prevention API](https://cloud.google.com/dlp/docs/) provides programmatic access to a | ||
powerful detection engine for personally identifiable information and other privacy-sensitive | ||
data in unstructured data streams. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"name": "dlp", | ||
"name_pretty": "Cloud Data Loss Prevention", | ||
"product_documentation": "https://cloud.google.com/dlp/docs/", | ||
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/dlp/latest/", | ||
"issue_tracker": "", | ||
"release_level": "beta", | ||
"language": "nodejs", | ||
"repo": "googleapis/nodejs-dlp", | ||
"distribution_name": "@google-cloud/dlp", | ||
"api_id": "dlp.googleapis.com", | ||
"requires_billing": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.