We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f145a7f + c77c932 commit e45ddd7Copy full SHA for e45ddd7
1 file changed
lib/index.js
@@ -65,6 +65,8 @@ var util = require('./common/util.js');
65
* @constructor
66
*
67
* @param {object} config - Connection configuration options.
68
+ * @param {string} config.projectId - The project ID from the Google Developer's
69
+ * Console. E.g. 'purple-grape-123'.
70
* @param {string=} config.keyFilename - Full path to the a .json, .pem, or .p12
71
* key downloaded from the Google Developers Console. NOTE: .pem and .p12
72
* require you to specify `config.email` as well.
0 commit comments