45
45
* The [AppEngineRouting][google.cloud.tasks.v2beta3.AppEngineRouting] used to construct the URL that the task is
46
46
* delivered to can be set at the queue-level or task-level:
47
47
* * If set,
48
- * [app_engine_routing_override][google.cloud.tasks.v2beta3.AppEngineHttpQueue.app_engine_routing_override]
49
- * is used for all tasks in the queue, no matter what the setting
50
- * is for the
51
- * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
48
+ * [app_engine_routing_override][google.cloud.tasks.v2beta3.AppEngineHttpQueue.app_engine_routing_override]
49
+ * is used for all tasks in the queue, no matter what the setting
50
+ * is for the
51
+ * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
52
52
* The `url` that the task will be sent to is:
53
53
* * `url =` [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] `+`
54
54
* [relative_uri][google.cloud.tasks.v2beta3.AppEngineHttpRequest.relative_uri]
@@ -224,14 +224,11 @@ protected com.google.protobuf.MapField internalGetMapField(int number) {
224
224
* <pre>
225
225
* The HTTP method to use for the request. The default is POST.
226
226
* The app's request handler for the task's target URL must be able to handle
227
- * HTTP requests with this http_method, otherwise the task attempt will fail
228
- * with error code 405 (Method Not Allowed). See
229
- * [Writing a push task request
227
+ * HTTP requests with this http_method, otherwise the task attempt fails with
228
+ * error code 405 (Method Not Allowed). See [Writing a push task request
230
229
* handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler)
231
- * and the documentation for the request handlers in the language your app is
232
- * written in e.g.
233
- * [Python Request
234
- * Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass).
230
+ * and the App Engine documentation for your runtime on [How Requests are
231
+ * Handled](https://cloud.google.com/appengine/docs/standard/python3/how-requests-are-handled).
235
232
* </pre>
236
233
*
237
234
* <code>.google.cloud.tasks.v2beta3.HttpMethod http_method = 1;</code>
@@ -248,14 +245,11 @@ public int getHttpMethodValue() {
248
245
* <pre>
249
246
* The HTTP method to use for the request. The default is POST.
250
247
* The app's request handler for the task's target URL must be able to handle
251
- * HTTP requests with this http_method, otherwise the task attempt will fail
252
- * with error code 405 (Method Not Allowed). See
253
- * [Writing a push task request
248
+ * HTTP requests with this http_method, otherwise the task attempt fails with
249
+ * error code 405 (Method Not Allowed). See [Writing a push task request
254
250
* handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler)
255
- * and the documentation for the request handlers in the language your app is
256
- * written in e.g.
257
- * [Python Request
258
- * Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass).
251
+ * and the App Engine documentation for your runtime on [How Requests are
252
+ * Handled](https://cloud.google.com/appengine/docs/standard/python3/how-requests-are-handled).
259
253
* </pre>
260
254
*
261
255
* <code>.google.cloud.tasks.v2beta3.HttpMethod http_method = 1;</code>
@@ -870,10 +864,10 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
870
864
* The [AppEngineRouting][google.cloud.tasks.v2beta3.AppEngineRouting] used to construct the URL that the task is
871
865
* delivered to can be set at the queue-level or task-level:
872
866
* * If set,
873
- * [app_engine_routing_override][google.cloud.tasks.v2beta3.AppEngineHttpQueue.app_engine_routing_override]
874
- * is used for all tasks in the queue, no matter what the setting
875
- * is for the
876
- * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
867
+ * [app_engine_routing_override][google.cloud.tasks.v2beta3.AppEngineHttpQueue.app_engine_routing_override]
868
+ * is used for all tasks in the queue, no matter what the setting
869
+ * is for the
870
+ * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
877
871
* The `url` that the task will be sent to is:
878
872
* * `url =` [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] `+`
879
873
* [relative_uri][google.cloud.tasks.v2beta3.AppEngineHttpRequest.relative_uri]
@@ -1111,14 +1105,11 @@ public Builder mergeFrom(
1111
1105
* <pre>
1112
1106
* The HTTP method to use for the request. The default is POST.
1113
1107
* The app's request handler for the task's target URL must be able to handle
1114
- * HTTP requests with this http_method, otherwise the task attempt will fail
1115
- * with error code 405 (Method Not Allowed). See
1116
- * [Writing a push task request
1108
+ * HTTP requests with this http_method, otherwise the task attempt fails with
1109
+ * error code 405 (Method Not Allowed). See [Writing a push task request
1117
1110
* handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler)
1118
- * and the documentation for the request handlers in the language your app is
1119
- * written in e.g.
1120
- * [Python Request
1121
- * Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass).
1111
+ * and the App Engine documentation for your runtime on [How Requests are
1112
+ * Handled](https://cloud.google.com/appengine/docs/standard/python3/how-requests-are-handled).
1122
1113
* </pre>
1123
1114
*
1124
1115
* <code>.google.cloud.tasks.v2beta3.HttpMethod http_method = 1;</code>
@@ -1135,14 +1126,11 @@ public int getHttpMethodValue() {
1135
1126
* <pre>
1136
1127
* The HTTP method to use for the request. The default is POST.
1137
1128
* The app's request handler for the task's target URL must be able to handle
1138
- * HTTP requests with this http_method, otherwise the task attempt will fail
1139
- * with error code 405 (Method Not Allowed). See
1140
- * [Writing a push task request
1129
+ * HTTP requests with this http_method, otherwise the task attempt fails with
1130
+ * error code 405 (Method Not Allowed). See [Writing a push task request
1141
1131
* handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler)
1142
- * and the documentation for the request handlers in the language your app is
1143
- * written in e.g.
1144
- * [Python Request
1145
- * Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass).
1132
+ * and the App Engine documentation for your runtime on [How Requests are
1133
+ * Handled](https://cloud.google.com/appengine/docs/standard/python3/how-requests-are-handled).
1146
1134
* </pre>
1147
1135
*
1148
1136
* <code>.google.cloud.tasks.v2beta3.HttpMethod http_method = 1;</code>
@@ -1162,14 +1150,11 @@ public Builder setHttpMethodValue(int value) {
1162
1150
* <pre>
1163
1151
* The HTTP method to use for the request. The default is POST.
1164
1152
* The app's request handler for the task's target URL must be able to handle
1165
- * HTTP requests with this http_method, otherwise the task attempt will fail
1166
- * with error code 405 (Method Not Allowed). See
1167
- * [Writing a push task request
1153
+ * HTTP requests with this http_method, otherwise the task attempt fails with
1154
+ * error code 405 (Method Not Allowed). See [Writing a push task request
1168
1155
* handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler)
1169
- * and the documentation for the request handlers in the language your app is
1170
- * written in e.g.
1171
- * [Python Request
1172
- * Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass).
1156
+ * and the App Engine documentation for your runtime on [How Requests are
1157
+ * Handled](https://cloud.google.com/appengine/docs/standard/python3/how-requests-are-handled).
1173
1158
* </pre>
1174
1159
*
1175
1160
* <code>.google.cloud.tasks.v2beta3.HttpMethod http_method = 1;</code>
@@ -1189,14 +1174,11 @@ public com.google.cloud.tasks.v2beta3.HttpMethod getHttpMethod() {
1189
1174
* <pre>
1190
1175
* The HTTP method to use for the request. The default is POST.
1191
1176
* The app's request handler for the task's target URL must be able to handle
1192
- * HTTP requests with this http_method, otherwise the task attempt will fail
1193
- * with error code 405 (Method Not Allowed). See
1194
- * [Writing a push task request
1177
+ * HTTP requests with this http_method, otherwise the task attempt fails with
1178
+ * error code 405 (Method Not Allowed). See [Writing a push task request
1195
1179
* handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler)
1196
- * and the documentation for the request handlers in the language your app is
1197
- * written in e.g.
1198
- * [Python Request
1199
- * Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass).
1180
+ * and the App Engine documentation for your runtime on [How Requests are
1181
+ * Handled](https://cloud.google.com/appengine/docs/standard/python3/how-requests-are-handled).
1200
1182
* </pre>
1201
1183
*
1202
1184
* <code>.google.cloud.tasks.v2beta3.HttpMethod http_method = 1;</code>
@@ -1219,14 +1201,11 @@ public Builder setHttpMethod(com.google.cloud.tasks.v2beta3.HttpMethod value) {
1219
1201
* <pre>
1220
1202
* The HTTP method to use for the request. The default is POST.
1221
1203
* The app's request handler for the task's target URL must be able to handle
1222
- * HTTP requests with this http_method, otherwise the task attempt will fail
1223
- * with error code 405 (Method Not Allowed). See
1224
- * [Writing a push task request
1204
+ * HTTP requests with this http_method, otherwise the task attempt fails with
1205
+ * error code 405 (Method Not Allowed). See [Writing a push task request
1225
1206
* handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler)
1226
- * and the documentation for the request handlers in the language your app is
1227
- * written in e.g.
1228
- * [Python Request
1229
- * Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass).
1207
+ * and the App Engine documentation for your runtime on [How Requests are
1208
+ * Handled](https://cloud.google.com/appengine/docs/standard/python3/how-requests-are-handled).
1230
1209
* </pre>
1231
1210
*
1232
1211
* <code>.google.cloud.tasks.v2beta3.HttpMethod http_method = 1;</code>
0 commit comments