Conversation
packages/monitoring/package.json
Outdated
| "version": "0.3.0", | ||
| "author": "Google Inc", | ||
| "description": "Stackdriver Monitoring API client for Node.js", | ||
| "contributors": [ |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
packages/monitoring/src/v3/index.js
Outdated
| ); | ||
|
|
||
| module.exports = v3; No newline at end of file | ||
| module.exports = v3; |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| .on('end', done); | ||
| }); | ||
| }); No newline at end of file | ||
| }); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
packages/monitoring/src/index.js
Outdated
| module.exports.v3.group = groupV3; | ||
| module.exports.v3.metric = metricV3; | ||
| module.exports.v3.types = v3Protos; No newline at end of file | ||
| module.exports.v3.types = v3Protos; |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| describe('MetricServiceSmokeTest', function() { | ||
| if (!process.env.SMOKE_TEST_PROJECT) { | ||
| throw new Error("Usage: SMOKE_TEST_PROJECT=<project_id> node #{$0}"); | ||
| throw new Error("Usage: SMOKE_TEST_PROJECT=<project_id> npm run smoke-test"); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| var DEFAULT_SERVICE_PORT = 443; | ||
|
|
||
| var CODE_GEN_NAME_VERSION = 'gapic/0.7.1'; | ||
| var CODE_GEN_NAME_VERSION = 'gapic/0.3.0'; |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| return result; | ||
| } | ||
|
|
||
| v3.GAPIC_VERSION = '0.3.0'; |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| var DEFAULT_SERVICE_PORT = 443; | ||
|
|
||
| var CODE_GEN_NAME_VERSION = 'gapic/0.7.1'; | ||
| var CODE_GEN_NAME_VERSION = 'gapic/0.3.0'; |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
@swcloud Made this simply the generated packages including the docs. I'll address the hand-edits in toolkit. |
|
@landrito LGTM except the GAPIC version number. @stephenplusplus may also need to approve it before he merges to the master. |
stephenplusplus
left a comment
There was a problem hiding this comment.
I assume most of these comments apply to #2428 as well.
| "email": "sawchuk@gmail.com" | ||
| } | ||
| ], | ||
| "version": "0.3.0", |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| 'use strict'; | ||
|
|
||
| describe('MetricServiceSmokeTest', function() { | ||
| if (!process.env.SMOKE_TEST_PROJECT) { |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| client.listMonitoredResourceDescriptors({name: formattedName}).then(function(responses) { | ||
| var resources = responses[0]; | ||
| for (var i = 0; i < resources.length; ++i) { | ||
| console.log(resources[i]); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
|
||
| describe('MetricServiceSmokeTest', function() { | ||
| if (!process.env.SMOKE_TEST_PROJECT) { | ||
| throw new Error("Usage: SMOKE_TEST_PROJECT=<project_id> node #{$0}"); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| // The actual response object, if necessary. | ||
| // var rawResponse = responses[2]; | ||
| for (var i = 0; i < resources.length; ++i) { | ||
| console.log(resources[i]) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| */ | ||
| 'use strict'; | ||
|
|
||
| /*! |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| "devDependencies": { | ||
| "mocha": "^3.1.2" | ||
| "mocha": "^3.2.0", | ||
| "through2": "^2.0.3" |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
No description provided.