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
{{ message }}
This repository was archived by the owner on Jul 13, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: .github/generated-files-bot.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ generatedFiles:
8
8
- path: '.github/generated-files-bot.+(yml|yaml)'
9
9
message: '`.github/generated-files-bot.(yml|yaml)` should be updated in [`synthtool`](https://github.com/googleapis/synthtool)'
10
10
- path: 'README.md'
11
-
message: '`README.md` is managed by [`synthtool`](https://github.com/googleapis/synthtool). However, a partials file can be used to update the README, e.g.: https://github.com/googleapis/nodejs-storage/blob/master/.readme-partials.yaml'
11
+
message: '`README.md` is managed by [`synthtool`](https://github.com/googleapis/synthtool). However, a partials file can be used to update the README, e.g.: https://github.com/googleapis/nodejs-storage/blob/main/.readme-partials.yaml'
12
12
- path: 'samples/README.md'
13
-
message: '`samples/README.md` is managed by [`synthtool`](https://github.com/googleapis/synthtool). However, a partials file can be used to update the README, e.g.: https://github.com/googleapis/nodejs-storage/blob/master/.readme-partials.yaml'
13
+
message: '`samples/README.md` is managed by [`synthtool`](https://github.com/googleapis/synthtool). However, a partials file can be used to update the README, e.g.: https://github.com/googleapis/nodejs-storage/blob/main/.readme-partials.yaml'
*[Cloud Tasks Node.js Client API Reference][client-docs]
21
21
*[Cloud Tasks Documentation][product-docs]
@@ -111,18 +111,18 @@ quickstart();
111
111
112
112
## Samples
113
113
114
-
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-tasks/tree/master/samples) directory. Each sample's `README.md` has instructions for running its sample.
114
+
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-tasks/tree/main/samples) directory. Each sample's `README.md` has instructions for running its sample.
| 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)|
123
-
| 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)|
124
-
| 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)|
125
-
| 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)|
| Delete Queue |[source code](https://github.com/googleapis/nodejs-tasks/blob/main/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)|
123
+
| List Queues |[source code](https://github.com/googleapis/nodejs-tasks/blob/main/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)|
124
+
| Quickstart |[source code](https://github.com/googleapis/nodejs-tasks/blob/main/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)|
125
+
| Server |[source code](https://github.com/googleapis/nodejs-tasks/blob/main/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)|
Copy file name to clipboardExpand all lines: samples/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Before running the samples, make sure you've followed the steps outlined in
40
40
41
41
Create Cloud Tasks with a HTTP Target
42
42
43
-
View the [source code](https://github.com/googleapis/nodejs-tasks/blob/master/samples/createHttpTask.js).
43
+
View the [source code](https://github.com/googleapis/nodejs-tasks/blob/main/samples/createHttpTask.js).
44
44
45
45
[![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)
46
46
@@ -59,7 +59,7 @@ __Usage:__
59
59
60
60
Create Cloud Tasks with a HTTP Target with Token
61
61
62
-
View the [source code](https://github.com/googleapis/nodejs-tasks/blob/master/samples/createHttpTaskWithToken.js).
62
+
View the [source code](https://github.com/googleapis/nodejs-tasks/blob/main/samples/createHttpTaskWithToken.js).
63
63
64
64
[![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)
65
65
@@ -76,7 +76,7 @@ __Usage:__
76
76
77
77
### Create Queue
78
78
79
-
View the [source code](https://github.com/googleapis/nodejs-tasks/blob/master/samples/createQueue.js).
79
+
View the [source code](https://github.com/googleapis/nodejs-tasks/blob/main/samples/createQueue.js).
80
80
81
81
[![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)
82
82
@@ -95,7 +95,7 @@ __Usage:__
95
95
96
96
Create Cloud Tasks with a Google App Engine Target
97
97
98
-
View the [source code](https://github.com/googleapis/nodejs-tasks/blob/master/samples/createTask.js).
98
+
View the [source code](https://github.com/googleapis/nodejs-tasks/blob/main/samples/createTask.js).
99
99
100
100
[![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)
101
101
@@ -112,7 +112,7 @@ __Usage:__
112
112
113
113
### Delete Queue
114
114
115
-
View the [source code](https://github.com/googleapis/nodejs-tasks/blob/master/samples/deleteQueue.js).
115
+
View the [source code](https://github.com/googleapis/nodejs-tasks/blob/main/samples/deleteQueue.js).
116
116
117
117
[![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)
118
118
@@ -129,7 +129,7 @@ __Usage:__
129
129
130
130
### List Queues
131
131
132
-
View the [source code](https://github.com/googleapis/nodejs-tasks/blob/master/samples/listQueues.js).
132
+
View the [source code](https://github.com/googleapis/nodejs-tasks/blob/main/samples/listQueues.js).
133
133
134
134
[![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)
135
135
@@ -146,7 +146,7 @@ __Usage:__
146
146
147
147
### Quickstart
148
148
149
-
View the [source code](https://github.com/googleapis/nodejs-tasks/blob/master/samples/quickstart.js).
149
+
View the [source code](https://github.com/googleapis/nodejs-tasks/blob/main/samples/quickstart.js).
150
150
151
151
[![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)
152
152
@@ -163,7 +163,7 @@ __Usage:__
163
163
164
164
### Server
165
165
166
-
View the [source code](https://github.com/googleapis/nodejs-tasks/blob/master/samples/server.js).
166
+
View the [source code](https://github.com/googleapis/nodejs-tasks/blob/main/samples/server.js).
167
167
168
168
[![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)
0 commit comments