-
Notifications
You must be signed in to change notification settings - Fork 598
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
Update videointelligence v1beta1 client #2524
Update videointelligence v1beta1 client #2524
Conversation
3. [Setup Authentication.](https://googlecloudplatform.github.io/google-cloud-node/#/docs/google-cloud/master/guides/authentication) | ||
|
||
### Installation | ||
``` | ||
$ npm install @google-cloud/video-intelligence | ||
$ npm install --save @google-cloud/videointelligence |
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.
"name": "@google-cloud/video-intelligence", | ||
"version": "0.1.1", | ||
"repository": "GoogleCloudPlatform/google-cloud-node", | ||
"name": "@google-cloud/videointelligence", |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
"version": "0.1.1", | ||
"repository": "GoogleCloudPlatform/google-cloud-node", | ||
"name": "@google-cloud/videointelligence", | ||
"version": "0.1.0", |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@@ -27,8 +27,8 @@ function v1beta1(options) { | |||
return videoIntelligenceServiceClient(gaxGrpc); | |||
} | |||
|
|||
v1beta1.GAPIC_VERSION = '0.7.1'; | |||
v1beta1.GAPIC_VERSION = '0.0.5'; |
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.
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.0.5'; |
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.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
"google-gax": "^0.13.2", | ||
"google-proto-files": "^0.12.0" | ||
}, | ||
"devDependencies": { | ||
"mocha": "^3.2.0" | ||
"mocha": "^3.2.0", | ||
"through2": "^2.0.3" |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@@ -1,19 +1,19 @@ | |||
# Node.js Client for Google Cloud Video Intelligence API ([Alpha](https://github.com/GoogleCloudPlatform/google-cloud-node#versioning)) | |||
# Node.js Client for Google Cloud Video Intelligence API ([Beta](https://github.com/GoogleCloudPlatform/google-cloud-node#versioning)) |
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.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
/*! |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
"video intelligence", | ||
"video" | ||
"google video-intelligence", | ||
"video-intelligence", |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
* further documentation, please browse the | ||
* [Video Intelligence .proto files](https://github.com/googleapis/googleapis/blob/master/google/cloud/videointelligence/v1beta1/video_intelligence.proto) | ||
* on GitHub. | ||
* Create an videoIntelligenceServiceClient with additional helpers for common |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
* | ||
* @constructor | ||
* @alias module:video-intelligence | ||
* Service that implements Google Cloud Video Intelligence API. |
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.
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.
2371ab0
to
59bc441
Compare
Fixes #2466