proto_docs/google/cloud/tasks/v2/task.rb in google-cloud-tasks-v2-0.8.1 vs proto_docs/google/cloud/tasks/v2/task.rb in google-cloud-tasks-v2-0.8.2

- old
+ new

@@ -37,11 +37,11 @@ # For more information, see # [Identifying # projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects) # * `LOCATION_ID` is the canonical ID for the task's location. # The list of available locations can be obtained by calling - # [ListLocations][google.cloud.location.Locations.ListLocations]. + # `::Google::Cloud::Location::Locations::Client#list_locations`. # For more information, see https://cloud.google.com/about/locations/. # * `QUEUE_ID` can contain letters ([A-Za-z]), numbers ([0-9]), or # hyphens (-). The maximum length is 100 characters. # * `TASK_ID` can contain only letters ([A-Za-z]), numbers ([0-9]), # hyphens (-), or underscores (_). The maximum length is 500 characters. @@ -72,11 +72,11 @@ # The deadline for requests sent to the worker. If the worker does not # respond by this deadline then the request is cancelled and the attempt # is marked as a `DEADLINE_EXCEEDED` failure. Cloud Tasks will retry the # task according to the {::Google::Cloud::Tasks::V2::RetryConfig RetryConfig}. # - # Note that when the request is cancelled, Cloud Tasks will stop listing for - # the response, but whether the worker stops processing depends on the + # Note that when the request is cancelled, Cloud Tasks will stop listening + # for the response, but whether the worker stops processing depends on the # worker. For example, if the worker is stuck, it may not react to cancelled # requests. # # The default and maximum values depend on the type of request: #