DLP docs for the constructor (https://googlecloudplatform.github.io/google-cloud-node/#/docs/google-cloud/v0.55.0/dlp) lists a port and servicePath, but not the auth credentials...
That is, the following works:
var dlp = require('@google-cloud/dlp').v2beta1({
projectId: 'jjg-cloud-research',
keyFilename: '/Users/jjg/key.json'
});
Can we update the docs so that these fields are listed as available? Otherwise it's not clear whether this client is somehow different from the others...
/cc @stephenplusplus
DLP docs for the constructor (https://googlecloudplatform.github.io/google-cloud-node/#/docs/google-cloud/v0.55.0/dlp) lists a port and servicePath, but not the auth credentials...
That is, the following works:
Can we update the docs so that these fields are listed as available? Otherwise it's not clear whether this client is somehow different from the others...
/cc @stephenplusplus