Update config for DLP (#362)
This commit is contained in:
parent
11639cabe4
commit
3ae613bb82
|
|
@ -35,11 +35,15 @@ nodejs:
|
|||
gapic_code_dir: ${REPOROOT}/artman/output/js/dlp-v2beta1
|
||||
git_repos:
|
||||
nodejs:
|
||||
gapic_component: src/v2beta1
|
||||
gapic_subpath: packages/dlp/src/v2beta1
|
||||
location: git@github.com:GoogleCloudPlatform/google-cloud-node.git
|
||||
paths:
|
||||
- src: src/v2beta1
|
||||
dest: packages/dlp/src/v2beta1
|
||||
- src: test/test.js
|
||||
dest: packages/dlp/test/gapic_v2beta1.js
|
||||
staging:
|
||||
gapic_subpath: generated/nodejs/dlp
|
||||
paths:
|
||||
- dest: generated/nodejs/dlp
|
||||
skip_packman: True
|
||||
generated_package_version:
|
||||
lower: 0.0.0
|
||||
|
|
|
|||
|
|
@ -76,6 +76,9 @@ interfaces:
|
|||
- inspect_config
|
||||
- storage_config
|
||||
- output_config
|
||||
long_running:
|
||||
return_type: google.privacy.dlp.v2beta1.InspectOperationResult
|
||||
metadata_type: google.privacy.dlp.v2beta1.InspectOperationMetadata
|
||||
required_fields:
|
||||
- inspect_config
|
||||
- storage_config
|
||||
|
|
|
|||
Loading…
Reference in New Issue