Skip to content

Conversation

@landrito
Copy link
Contributor

No description provided.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 30, 2017
"version": "0.3.0",
"author": "Google Inc",
"description": "Stackdriver Monitoring API client for Node.js",
"contributors": [

This comment was marked as spam.

);

module.exports = v3;
module.exports = v3;

This comment was marked as spam.

.on('end', done);
});
});
});

This comment was marked as spam.

module.exports.v3.group = groupV3;
module.exports.v3.metric = metricV3;
module.exports.v3.types = v3Protos;
module.exports.v3.types = v3Protos;

This comment was marked as spam.

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.

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.

return result;
}

v3.GAPIC_VERSION = '0.3.0';

This comment was marked as spam.

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.

@landrito
Copy link
Contributor Author

@swcloud Made this simply the generated packages including the docs. I'll address the hand-edits in toolkit.

@swcloud
Copy link
Contributor

swcloud commented Jul 1, 2017

@landrito LGTM except the GAPIC version number. @stephenplusplus may also need to approve it before he merges to the master.

Copy link
Contributor

@stephenplusplus stephenplusplus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume most of these comments apply to #2428 as well.

"email": "[email protected]"
}
],
"version": "0.3.0",

This comment was marked as spam.

'use strict';

describe('MetricServiceSmokeTest', function() {
if (!process.env.SMOKE_TEST_PROJECT) {

This comment was marked as spam.

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.


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.

// 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.

*/
'use strict';

/*!

This comment was marked as spam.

This comment was marked as spam.

"devDependencies": {
"mocha": "^3.1.2"
"mocha": "^3.2.0",
"through2": "^2.0.3"

This comment was marked as spam.

@stephenplusplus stephenplusplus removed their assignment Jul 19, 2017
@stephenplusplus stephenplusplus added the api: monitoring Issues related to the Cloud Monitoring API. label Jul 19, 2017
@landrito landrito closed this Aug 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: monitoring Issues related to the Cloud Monitoring API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants