Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monitoring: Regeneration #2427

Closed
wants to merge 1 commit into from
Closed

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
@@ -4,10 +4,37 @@
"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;

This comment was marked as spam.

});

This comment was marked as spam.

module.exports.v3.types = v3Protos;

This comment was marked as spam.

@@ -17,7 +17,7 @@

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.

@@ -35,7 +35,7 @@ var SERVICE_ADDRESS = 'monitoring.googleapis.com';

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.

@@ -31,7 +32,11 @@ function v3(options) {
return result;
}

v3.GAPIC_VERSION = '0.3.0';

This comment was marked as spam.

@@ -35,7 +35,7 @@ var SERVICE_ADDRESS = 'monitoring.googleapis.com';

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": "sawchuk@gmail.com"
}
],
"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.


/*!

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