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
| Queues |[source code](https://github.com/googleapis/nodejs-tasks/blob/master/samples/createQueue.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-tasks&page=editor&open_in_editor=samples/createQueue.js,samples/README.md)|
89
-
| Tasks |[source code](https://github.com/googleapis/nodejs-tasks/blob/master/samples/createTask.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-tasks&page=editor&open_in_editor=samples/createTask.js,samples/README.md)|
114
+
| Create Http Task |[source code](https://github.com/googleapis/nodejs-tasks/blob/master/samples/createHttpTask.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-tasks&page=editor&open_in_editor=samples/createHttpTask.js,samples/README.md)|
115
+
| Create Http Task With Token |[source code](https://github.com/googleapis/nodejs-tasks/blob/master/samples/createHttpTaskWithToken.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-tasks&page=editor&open_in_editor=samples/createHttpTaskWithToken.js,samples/README.md)|
116
+
| Create Queue |[source code](https://github.com/googleapis/nodejs-tasks/blob/master/samples/createQueue.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-tasks&page=editor&open_in_editor=samples/createQueue.js,samples/README.md)|
117
+
| Create Task |[source code](https://github.com/googleapis/nodejs-tasks/blob/master/samples/createTask.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-tasks&page=editor&open_in_editor=samples/createTask.js,samples/README.md)|
118
+
| Delete Queue |[source code](https://github.com/googleapis/nodejs-tasks/blob/master/samples/deleteQueue.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-tasks&page=editor&open_in_editor=samples/deleteQueue.js,samples/README.md)|
119
+
| List Queues |[source code](https://github.com/googleapis/nodejs-tasks/blob/master/samples/listQueues.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-tasks&page=editor&open_in_editor=samples/listQueues.js,samples/README.md)|
120
+
| Quickstart |[source code](https://github.com/googleapis/nodejs-tasks/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-tasks&page=editor&open_in_editor=samples/quickstart.js,samples/README.md)|
121
+
| Server |[source code](https://github.com/googleapis/nodejs-tasks/blob/master/samples/server.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-tasks&page=editor&open_in_editor=samples/server.js,samples/README.md)|
122
+
123
+
90
124
91
125
The [Cloud Tasks Node.js Client API Reference][client-docs] documentation
92
126
also contains samples.
@@ -95,9 +129,16 @@ also contains samples.
95
129
96
130
This library follows [Semantic Versioning](http://semver.org/).
97
131
98
-
This library is considered to be in **alpha**. This means it is still a
99
-
work-in-progress and under active development. Any release is subject to
100
-
backwards-incompatible changes at any time.
132
+
133
+
This library is considered to be **General Availability (GA)**. This means it
134
+
is stable; the code surface will not change in backwards-incompatible ways
135
+
unless absolutely necessary (e.g. because of critical security issues) or with
136
+
an extensive deprecation period. Issues and requests against **GA** libraries
137
+
are addressed with the highest priority.
138
+
139
+
140
+
141
+
101
142
102
143
More Information: [Google Cloud Platform Launch Stages][launch_stages]
103
144
@@ -119,4 +160,4 @@ See [LICENSE](https://github.com/googleapis/nodejs-tasks/blob/master/LICENSE)
0 commit comments