|
4 | 4 |
|
5 | 5 | # [Binary Authorization: Node.js Client](https://github.com/googleapis/nodejs-binary-authorization) |
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/binary-authorization) |
9 | 9 |
|
10 | 10 |
|
@@ -61,14 +61,14 @@ npm install @google-cloud/binary-authorization |
61 | 61 |
|
62 | 62 | // eslint-disable-next-line node/no-missing-require |
63 | 63 | const { |
64 | | - BinauthzManagementServiceV1Beta1Client, |
| 64 | + BinauthzManagementServiceV1Client, |
65 | 65 | } = require('@google-cloud/binary-authorization'); |
66 | 66 |
|
67 | 67 | // TODO(developer): replace with your prefered project ID. |
68 | 68 | // const projectId = 'my-project' |
69 | 69 |
|
70 | 70 | // Creates a client |
71 | | -const client = new BinauthzManagementServiceV1Beta1Client(); |
| 71 | +const client = new BinauthzManagementServiceV1Client(); |
72 | 72 |
|
73 | 73 | async function listAttestors() { |
74 | 74 | const attestors = await client.listAttestors({parent}); |
@@ -120,13 +120,14 @@ This library follows [Semantic Versioning](http://semver.org/). |
120 | 120 |
|
121 | 121 |
|
122 | 122 |
|
| 123 | +This library is considered to be **stable**. The code surface will not change in backwards-incompatible ways |
| 124 | +unless absolutely necessary (e.g. because of critical security issues) or with |
| 125 | +an extensive deprecation period. Issues and requests against **stable** libraries |
| 126 | +are addressed with the highest priority. |
123 | 127 |
|
124 | 128 |
|
125 | 129 |
|
126 | 130 |
|
127 | | -This library is considered to be in **preview**. This means it is still a |
128 | | -work-in-progress and under active development. Any release is subject to |
129 | | -backwards-incompatible changes at any time. |
130 | 131 |
|
131 | 132 |
|
132 | 133 | More Information: [Google Cloud Platform Launch Stages][launch_stages] |
|
0 commit comments