Skip to content

Commit 4469d1d

Browse files
lukesneeringercallmehiphop
authored andcommitted
Add the v1 (stable) endpoint. (#9)
1 parent de229ec commit 4469d1d

File tree

15 files changed

+1919
-25
lines changed

15 files changed

+1919
-25
lines changed

packages/google-cloud-videointelligence/.cloud-repo-tools.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"requiresProjectId": true,
44
"product": "video",
55
"client_reference_url": "https://cloud.google.com/nodejs/docs/reference/video-intelligence/latest/",
6-
"release_quality": "beta",
6+
"release_quality": "ga",
77
"samples": [
88
{
99
"id": "video",

packages/google-cloud-videointelligence/README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# [Google Cloud Video Intelligence API: Node.js Client](https://github.com/googleapis/nodejs-video-intelligence)
44

5-
[![release level](https://img.shields.io/badge/release%20level-beta-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
5+
[![release level](https://img.shields.io/badge/release%20level-general%20availability%20%28GA%29-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
66
[![CircleCI](https://img.shields.io/circleci/project/github/googleapis/nodejs-video-intelligence.svg?style=flat)](https://circleci.com/gh/googleapis/nodejs-video-intelligence)
77
[![AppVeyor](https://ci.appveyor.com/api/projects/status/github/googleapis/nodejs-video-intelligence?branch=master&svg=true)](https://ci.appveyor.com/project/googleapis/nodejs-video-intelligence)
88
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-video-intelligence/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-video-intelligence)
@@ -142,10 +142,11 @@ also contains samples.
142142

143143
This library follows [Semantic Versioning](http://semver.org/).
144144

145-
This library is considered to be in **beta**. This means it is expected to be
146-
mostly stable while we work toward a general availability release; however,
147-
complete stability is not guaranteed. We will address issues and requests
148-
against beta libraries with a high priority.
145+
This library is considered to be **General Availability (GA)**. This means it
146+
is stable; the code surface will not change in backwards-incompatible ways
147+
unless absolutely necessary (e.g. because of critical security issues) or with
148+
an extensive deprecation period. Issues and requests against **GA** libraries
149+
are addressed with the highest priority.
149150

150151
More Information: [Google Cloud Platform Launch Stages][launch_stages]
151152

packages/google-cloud-videointelligence/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/video-intelligence",
33
"description": "Google Cloud Video Intelligence API client for Node.js",
4-
"version": "0.4.0",
4+
"version": "1.0.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc",
77
"engines": {
@@ -56,7 +56,7 @@
5656
"protobufjs": "^6.8.0"
5757
},
5858
"devDependencies": {
59-
"@google-cloud/nodejs-repo-tools": "^2.1.0",
59+
"@google-cloud/nodejs-repo-tools": "^2.1.1",
6060
"async": "^2.5.0",
6161
"codecov": "^3.0.0",
6262
"eslint": "^4.9.0",
@@ -69,6 +69,6 @@
6969
"mocha": "^4.0.1",
7070
"nyc": "^11.2.1",
7171
"power-assert": "^1.4.4",
72-
"prettier": "^1.7.4"
72+
"prettier": "^1.8.1"
7373
}
7474
}

0 commit comments

Comments
 (0)