|
4 | 4 |
|
5 | 5 | # [Google Cloud reCAPTCHA Enterprise: Node.js Client](https://github.com/googleapis/nodejs-recaptcha-enterprise)
|
6 | 6 |
|
7 |
| -[](https://cloud.google.com/terms/launch-stages) |
| 7 | +[](https://cloud.google.com/terms/launch-stages) |
8 | 8 | [](https://www.npmjs.org/package/@google-cloud/recaptcha-enterprise)
|
9 | 9 | [](https://codecov.io/gh/googleapis/nodejs-recaptcha-enterprise)
|
10 | 10 |
|
@@ -62,9 +62,9 @@ npm install @google-cloud/recaptcha-enterprise
|
62 | 62 | async function main(projectNumber) {
|
63 | 63 | // Create the reCAPTCHA client library.
|
64 | 64 | const {
|
65 |
| - RecaptchaEnterpriseServiceV1Beta1Client, |
| 65 | + RecaptchaEnterpriseServiceClient, |
66 | 66 | } = require('@google-cloud/recaptcha-enterprise');
|
67 |
| - const client = new RecaptchaEnterpriseServiceV1Beta1Client(); |
| 67 | + const client = new RecaptchaEnterpriseServiceClient(); |
68 | 68 |
|
69 | 69 | // format the path to the project (it should be prefaced with projects/).
|
70 | 70 | const formattedParent = client.projectPath(projectNumber);
|
@@ -124,11 +124,12 @@ _Legacy Node.js versions are supported as a best effort:_
|
124 | 124 | This library follows [Semantic Versioning](http://semver.org/).
|
125 | 125 |
|
126 | 126 |
|
| 127 | +This library is considered to be **General Availability (GA)**. This means it |
| 128 | +is stable; the code surface will not change in backwards-incompatible ways |
| 129 | +unless absolutely necessary (e.g. because of critical security issues) or with |
| 130 | +an extensive deprecation period. Issues and requests against **GA** libraries |
| 131 | +are addressed with the highest priority. |
127 | 132 |
|
128 |
| -This library is considered to be in **beta**. This means it is expected to be |
129 |
| -mostly stable while we work toward a general availability release; however, |
130 |
| -complete stability is not guaranteed. We will address issues and requests |
131 |
| -against beta libraries with a high priority. |
132 | 133 |
|
133 | 134 |
|
134 | 135 |
|
|
0 commit comments