Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

chore: add node templates to synth.py #95

Merged
merged 5 commits into from
Jul 27, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions 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