generated/google/apis/cloudtasks_v2beta2/classes.rb in google-api-client-0.38.0 vs generated/google/apis/cloudtasks_v2beta2/classes.rb in google-api-client-0.39.0
- old
+ new
@@ -162,20 +162,17 @@
# @return [Hash<String,String>]
attr_accessor :headers
# The HTTP method to use for the request. The default is POST.
# The app's request handler for the task's target URL must be able to handle
- # HTTP requests with this http_method, otherwise the task attempt will fail
- # with error code 405 (Method Not Allowed). See
- # [Writing a push task request
+ # HTTP requests with this http_method, otherwise the task attempt fails with
+ # error code 405 (Method Not Allowed). See [Writing a push task request
# handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-
# handlers#writing_a_push_task_request_handler)
- # and the documentation for the request handlers in the language your app is
- # written in e.g.
- # [Python Request
- # Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/
- # requesthandlerclass).
+ # and the App Engine documentation for your runtime on [How Requests are
+ # Handled](https://cloud.google.com/appengine/docs/standard/python3/how-requests-
+ # are-handled).
# Corresponds to the JSON property `httpMethod`
# @return [String]
attr_accessor :http_method
# Payload.
@@ -1432,10 +1429,10 @@
# The time between retries will double `max_doublings` times.
# A task's retry interval starts at
# min_backoff, then doubles
# `max_doublings` times, then increases linearly, and finally
- # retries retries at intervals of
+ # retries at intervals of
# max_backoff up to
# max_attempts times.
# For example, if min_backoff is 10s,
# max_backoff is 300s, and
# `max_doublings` is 3, then the a task will first be retried in