Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a4b3a6e

Browse filesBrowse files
committed
remove default parameters
1 parent 90360d9 commit a4b3a6e
Copy full SHA for a4b3a6e

File tree

Expand file treeCollapse file tree

2 files changed

+0
-14
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+0
-14
lines changed

‎dlp/dlp_inspect_file.py

Copy file name to clipboardExpand all lines: dlp/dlp_inspect_file.py
-7Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,8 @@ def inspect_file():
3030
{'name': 'EMAIL_ADDRESS'},
3131
{'name': 'CREDIT_CARD_NUMBER'},
3232
],
33-
# The minimum likelihood required before returning a match
34-
'min_likelihood': 'LIKELIHOOD_UNSPECIFIED',
3533
# Whether to include the matching string
3634
'include_quote': True,
37-
'limits': {
38-
# The maximum number of findings to report per request
39-
# (0 = server maximum)
40-
'max_findings_per_request': 0,
41-
},
4235
}
4336

4437
# Construct the item, containing the file's byte data.

‎dlp/dlp_inspect_string.py

Copy file name to clipboardExpand all lines: dlp/dlp_inspect_string.py
-7Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,8 @@ def inspect_string():
3030
{'name': 'EMAIL_ADDRESS'},
3131
{'name': 'CREDIT_CARD_NUMBER'},
3232
],
33-
# The minimum likelihood required before returning a match
34-
'min_likelihood': 'LIKELIHOOD_UNSPECIFIED',
3533
# Whether to include the matching string
3634
'include_quote': True,
37-
'limits': {
38-
# The maximum number of findings to report per request
39-
# (0 = server maximum)
40-
'max_findings_per_request': 0,
41-
},
4235
}
4336

4437
# Construct the `item`.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.