-
Notifications
You must be signed in to change notification settings - Fork 591
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
Video-intelligence: Regeneration #2428
Conversation
Changes Unknown when pulling f9b918e on landrito:videointelligence into ** on GoogleCloudPlatform:master**. |
module.exports.ALL_SCOPES = ALL_SCOPES; |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
module.exports = v1beta1; |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
module.exports.v1beta1.types = v1beta1Protos; |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
"version": "0.1.0", | ||
"author": "Google Inc", | ||
"description": "Google Cloud Video Intelligence API client for Node.js", | ||
"main": "src/index.js", | ||
"files": [ | ||
"src", | ||
"AUTHORS", | ||
"CONTRIBUTORS", |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
"google video-intelligence", | ||
"video-intelligence", | ||
"Google Cloud Video Intelligence API" | ||
], | ||
"dependencies": { | ||
"google-proto-files": "^0.12.0", | ||
"extend": "^3.0.0", |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@@ -19,22 +20,24 @@ | |||
"google cloud platform", | |||
"google cloud", | |||
"cloud", | |||
"google video intelligence", |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@@ -27,7 +27,7 @@ function v1beta1(options) { | |||
return videoIntelligenceServiceClient(gaxGrpc); | |||
} | |||
|
|||
v1beta1.GAPIC_VERSION = '0.7.1'; | |||
v1beta1.GAPIC_VERSION = '0.1.0'; |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@@ -35,7 +35,7 @@ var SERVICE_ADDRESS = 'videointelligence.googleapis.com'; | |||
|
|||
var DEFAULT_SERVICE_PORT = 443; | |||
|
|||
var CODE_GEN_NAME_VERSION = 'gapic/0.7.1'; | |||
var CODE_GEN_NAME_VERSION = 'gapic/0.1.0'; |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
f9b918e
to
3057114
Compare
3057114
to
7454e9e
Compare
Changes Unknown when pulling 7454e9e on landrito:videointelligence into ** on GoogleCloudPlatform:master**. |
@swcloud Made this simply the generated packages including the docs. I'll address the hand-edits in toolkit. One hand-edit i needed to do was changing the path and packagename to video-intelligence. |
@landrito LGTM except the GAPIC version number. @stephenplusplus may also need to approve it before he merges to the master. |
No description provided.