diff --git a/packages/google-privacy-dlp/synth.py b/packages/google-privacy-dlp/synth.py index 7f3456009e0..8bafd6c7ee1 100644 --- a/packages/google-privacy-dlp/synth.py +++ b/packages/google-privacy-dlp/synth.py @@ -19,6 +19,7 @@ import subprocess gapic = gcp.GAPICGenerator() +common_templates = gcp.CommonTemplates() version = 'v2' library = gapic.node_library('dlp', version, @@ -28,6 +29,10 @@ excludes=['README.md', 'package.json'] ) +templates = common_templates.node_library(package_name="@google-cloud/dlp") +s.copy(templates) + + ''' Replace the namespace so RPC types documentation are linked properly. '''