Skip to content

Commit

Permalink
chore: add node templates to synth.py (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored and JustinBeckwith committed Jul 27, 2018
1 parent 8b4455f commit 0bdb10a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/google-privacy-dlp/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import subprocess

gapic = gcp.GAPICGenerator()
common_templates = gcp.CommonTemplates()

version = 'v2'
library = gapic.node_library('dlp', version,
Expand All @@ -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.
'''
Expand Down

0 comments on commit 0bdb10a

Please sign in to comment.