You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| List Projects |[source code](https://github.com/googleapis/nodejs-resource/blob/master/samples/listProjects.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-resource&page=editor&open_in_editor=samples/listProjects.js,samples/README.md)|
92
-
| Quickstart |[source code](https://github.com/googleapis/nodejs-resource/blob/master/samples/quickstart.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-resource&page=editor&open_in_editor=samples/quickstart.js,samples/README.md)|
97
+
| List Projects |[source code](https://github.com/googleapis/nodejs-resource-manager/blob/master/samples/listProjects.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-resource-manager&page=editor&open_in_editor=samples/listProjects.js,samples/README.md)|
98
+
| Quickstart |[source code](https://github.com/googleapis/nodejs-resource-manager/blob/master/samples/quickstart.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-resource-manager&page=editor&open_in_editor=samples/quickstart.js,samples/README.md)|
@@ -16,6 +16,9 @@ manage common aspects of your resources such as access control and
16
16
configuration settings. The [Cloud Resource Manager API](https://cloud.google.com/resource-manager/docs/)
17
17
enables you to programmatically manage these container resources.
18
18
19
+
### **_IMPORTANT NOTE_**
20
+
**Version 2.0.0 renames `@google-cloud/resource` to `@google-cloud/resource-manager` on npm.**
21
+
19
22
## Table of Contents
20
23
21
24
*[Before you begin](#before-you-begin)
@@ -26,7 +29,7 @@ enables you to programmatically manage these container resources.
26
29
## Before you begin
27
30
28
31
Before running the samples, make sure you've followed the steps outlined in
29
-
[Using the client library](https://github.com/googleapis/nodejs-resource#using-the-client-library).
32
+
[Using the client library](https://github.com/googleapis/nodejs-resource-manager#using-the-client-library).
30
33
31
34
`cd samples`
32
35
@@ -42,9 +45,9 @@ Before running the samples, make sure you've followed the steps outlined in
42
45
43
46
List all current projects.
44
47
45
-
View the [source code](https://github.com/googleapis/nodejs-resource/blob/master/samples/listProjects.js).
48
+
View the [source code](https://github.com/googleapis/nodejs-resource-manager/blob/master/samples/listProjects.js).
46
49
47
-
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-resource&page=editor&open_in_editor=samples/listProjects.js,samples/README.md)
50
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-resource-manager&page=editor&open_in_editor=samples/listProjects.js,samples/README.md)
48
51
49
52
__Usage:__
50
53
@@ -59,9 +62,9 @@ __Usage:__
59
62
60
63
### Quickstart
61
64
62
-
View the [source code](https://github.com/googleapis/nodejs-resource/blob/master/samples/quickstart.js).
65
+
View the [source code](https://github.com/googleapis/nodejs-resource-manager/blob/master/samples/quickstart.js).
63
66
64
-
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-resource&page=editor&open_in_editor=samples/quickstart.js,samples/README.md)
67
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-resource-manager&page=editor&open_in_editor=samples/quickstart.js,samples/README.md)
0 commit comments