File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
packages/google-cloud-dlp Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 2727# Generate dlp GAPIC layer
2828# ----------------------------------------------------------------------------
2929library = gapic .py_library (
30- "dlp" , "v2" , config_path = "/google/privacy/dlp/artman_dlp_v2.yaml"
30+ "dlp" ,
31+ "v2" ,
32+ config_path = "/google/privacy/dlp/artman_dlp_v2.yaml" ,
33+ include_protos = True ,
3134)
3235
3336excludes = ["README.rst" , "nox.py" , "setup.py" , "docs/index.rst" ]
4750s .replace (
4851 "google/cloud/dlp_v2/proto/storage_pb2.py" ,
4952 "number regex.*\n (\s+)latex:.*\n " ,
50- " number regex \ " (\\ d\{3\}) \\ d\{3\}-\\ d\{4\} \ "\\ \n "
51- "\g<1>could be adjusted upwards if the area code is \\ \n "
53+ ' number regex "(\\ d\{3\}) \\ d\{3\}-\\ d\{4\} "\\ \n '
54+ "\g<1>could be adjusted upwards if the area code is \\ \n " ,
5255)
5356
5457# Fix Docstrings in google/cloud/dlp_v2/proto/storage_pb2.py
You can’t perform that action at this time.
0 commit comments